-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
) * Update Dockerfile postgres install * Fix env vars, create config to support LaunchTemplate * Generate prisma client as part of build * Generate 32 byte session secret
- Loading branch information
Showing
7 changed files
with
32 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,19 @@ AWS_CLOUDFRONT_DOMAIN= | |
AWS_CLOUDFRONT_KEYPAIR_ID= | ||
AWS_CLOUDFRONT_PRIVATE_KEY= | ||
AWS_S3_ACCESS_KEY_ID= | ||
AWS_S3_SECRET_ACCESS_KEY= | ||
AWS_S3_BUCKET= | ||
AWS_S3_ENDPOINT= | ||
AWS_S3_REGION= | ||
AWS_S3_SECRET_ACCESS_KEY= | ||
AWS_S3_SIGNER_ENDPOINT= | ||
AWS_SES_REGION= | ||
AWS_SES_ACCESS_KEY_ID= | ||
AWS_SES_REGION= | ||
AWS_SES_SECRET_ACCESS_KEY= | ||
BASE_URL=http://localhost:5000 | ||
DATABASE_URL= | ||
MAILER_FROM=[email protected] | ||
SESSION_SECRET_KEY=f0d10894891af0dd21871df84e613ba648c2a21995266fd5cb663bff7de9147c | ||
SESSION_SECRET=f0d10894891af0dd21871df84e613ba648c2a21995266fd5cb663bff7de9147c | ||
SMTP_ENABLED=true | ||
SMTP_FROM_EMAIL_ADDRESS=[email protected] | ||
SMTP_HOST= | ||
SMTP_PORT= | ||
SMTP_USER= | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters