{
  "name": "auth-service",
  "version": "2.7.20",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "W85yxPwNGc7kbnmGQ40C"
  },
  "jwt_secret": "GAjPKfAdsVDeIZYE7O949+U8U+zUSje9",
  "api_keys": {
    "stripe": "sk_live_Z9PlAKskZoPWUaW7fYwVfYg7",
    "sendgrid": "SG.x4wDnNRhhGczLjz4cluf+y",
    "twilio_sid": "AC251c8918d9418d9c56a71a98936ec0ee"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}