{
  "name": "auth-service",
  "version": "3.7.25",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "U8ckwWrYilOMuoFAWHLl"
  },
  "jwt_secret": "oEKiVeMjD06Hvw/3Ms//+RC29eLw4uGY",
  "api_keys": {
    "stripe": "sk_live_TFhZpOTg5RWJVJrLTMDvp55D",
    "sendgrid": "SG.cUHFyF6et3FsUgdu1maGAX",
    "twilio_sid": "ACed0671a2dc675643d7b8294c15e752ad"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}