Created
December 4, 2025 14:59
-
-
Save rad9800/b620ccfbe91ff765cab31fb8a8014625 to your computer and use it in GitHub Desktop.
Configuration backup
This file contains hidden or 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
| # Application configuration | |
| NODE_ENV=production | |
| AWS_ACCESS_KEY_ID=AKIAXNNM2ZLEIX6MSUB6 | |
| AWS_SECRET_ACCESS_KEY=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 | |
| AWS_REGION=us-east-1 | |
| DATABASE_URL=postgres://localhost/app | |
| REDIS_URL=redis://localhost:6379 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment