{
  "name": "auth-service",
  "version": "3.9.7",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "MBDIYgM3idRgJcXoyg32"
  },
  "jwt_secret": "awNZXh9qtLFKJcsQOYwyuV0mS7RSEWxH",
  "api_keys": {
    "stripe": "sk_live_djXAIQ0wEpMu5Iyc8uhylGvU",
    "sendgrid": "SG.+Gt6uqntpIWlBW6xu1RFQZ",
    "twilio_sid": "AC3fc8449894836336d325998d7a28e684"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}