Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save rad9800/dca5fbb503cdd78139153affcc3e4430 to your computer and use it in GitHub Desktop.
Configuration backup
# Application Configuration
app:
name: myapp
environment: production
aws:
access_key_id: AKIA6MXQCCSZZLZ3QKZD
secret_access_key: hIDIq3c+npD1eYgsHO9iT5pWf2Zsp4d+aX5LlW7a
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