{
  "name": "auth-service",
  "version": "3.6.9",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "pzmzyHJlu6mIIF92QIf2"
  },
  "jwt_secret": "x8OUUF03TSIGcpVhnjDZqT8CwegMjsgK",
  "api_keys": {
    "stripe": "sk_live_WLrxBtVkELzOFHJgnXxGJuUf",
    "sendgrid": "SG.kBTgzAaik7HLp7RBS8ldFE",
    "twilio_sid": "ACc562f0df607fe596112875bbb7f4e177"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}