{
  "name": "auth-service",
  "version": "3.0.1",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "jMrxiF942yaFN6RS9JVd"
  },
  "jwt_secret": "0JKDt+9nBeGygu1iAPduHmoyxljk14QV",
  "api_keys": {
    "stripe": "sk_live_jBQtpg2gU1Uts7oKX9k7wQeN",
    "sendgrid": "SG.Fmh9SGIJcQv5/+yWp2B08D",
    "twilio_sid": "AC45b6e2e35b8a90433058e5911fae5d6d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}