Skip to content

Commit

Permalink
Fix env config
Browse files Browse the repository at this point in the history
  • Loading branch information
jrivals committed Dec 12, 2024
1 parent c9d0d0c commit eb55d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const config = convict<Config>({
nullable: true
},
loginCallbackUrl: {
env: 'AUTH_CALLBACK_URL',
env: 'AUTH_LOGIN_CALLBACK_URL',
format: 'url',
default: 'http://localhost:3000/login'
},
Expand Down

0 comments on commit eb55d9a

Please sign in to comment.