Skip to content

Commit

Permalink
Merge pull request #489 from josefaidt/use-nextauth-url-env-var
Browse files Browse the repository at this point in the history
  • Loading branch information
josefaidt authored Sep 22, 2023
2 parents 817e9f0 + fd17ac0 commit fa75925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdk/src/components/hey-amplify-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export class HeyAmplifyApp extends Construct {
environment: {
...docker.environment,
BUCKET_NAME: bucket.bucketName,
NEXTAUTH_URL: docker.environment?.VITE_NEXTAUTH_URL || '',
DATABASE_FILE_PATH: docker.environment!.DATABASE_URL.replace(
'file:',
''
Expand Down

0 comments on commit fa75925

Please sign in to comment.