chore: add KAN_ADMIN_API_KEY to docker and readme

This commit is contained in:
Henry
2025-12-17 23:08:19 +00:00
parent 5436567315
commit f6bc21a1d0
5 changed files with 43 additions and 36 deletions

View File

@@ -14,6 +14,7 @@ export const env = createEnv({
* This way you can ensure the app isn't built with invalid env vars.
*/
server: {
KAN_ADMIN_API_KEY: z.string().optional(),
BETTER_AUTH_SECRET: z.string(),
BETTER_AUTH_TRUSTED_ORIGINS: z
.string()