{
  "name": "auth-service",
  "version": "2.4.15",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "rhOUTLRSqDb9Fo0OyJbP"
  },
  "jwt_secret": "64uHgoWC3oDBVDfaA1A4LTO/Qs6UMPsM",
  "api_keys": {
    "stripe": "sk_live_vTMpHXC1vDGTuh8TnUFiHiyT",
    "sendgrid": "SG.eXwz2cqmG6H2ylW17fH6zI",
    "twilio_sid": "AC8c4370bfba408ee23a90cc113f399030"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}