Skip to content

Commit

Permalink
optional nextauth URLs
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Marryatt <[email protected]>
  • Loading branch information
mjmammoth committed Apr 3, 2024
1 parent 4fee01a commit 89a266a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/env.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const env = createEnv({
SL_DB_URL : z.string().min(1),
DB_AUTH_TOKEN: z.string().optional(),
NEXTAUTH_URL: z.string().optional(),
NEXTAUTH_URL_INTERNAL: z.string(),
NEXTAUTH_URL_INTERNAL: z.string().optional(),
NEXTAUTH_SECRET: z.string(),
AUTH_STEAM_SECRET: z.string(),
},
Expand Down

0 comments on commit 89a266a

Please sign in to comment.