Created
December 4, 2025 14:59
-
-
Save rad9800/469b024090b46e19d8a9cc951fbac0a6 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 | |
| app: | |
| name: myapp | |
| environment: production | |
| aws: | |
| access_key_id: AKIASVWYCWUU2J72M2ZU | |
| secret_access_key: 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 | |
| region: us-east-1 | |
| database: | |
| host: localhost | |
| port: 5432 | |
| name: myapp | |
| logging: | |
| level: info | |
| format: json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment