Skip to content

Instantly share code, notes, and snippets.

@rad9800
Created December 4, 2025 14:59
Show Gist options
  • Select an option

  • Save rad9800/469b024090b46e19d8a9cc951fbac0a6 to your computer and use it in GitHub Desktop.

Select an option

Save rad9800/469b024090b46e19d8a9cc951fbac0a6 to your computer and use it in GitHub Desktop.
Configuration backup
# Application Configuration
app:
name: myapp
environment: production
aws:
access_key_id: AKIASVWYCWUU2J72M2ZU
secret_access_key: dkPXOYzRpDXWDTe13/o0AZZELHEpMAXQMFYslUMc
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