{
  "name": "auth-service",
  "version": "1.2.11",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "EqHg2aMKxNGSGMgcwHqr"
  },
  "jwt_secret": "YSU7nSqbpVfPJc1BUHVHI57soj/qKTZH",
  "api_keys": {
    "stripe": "sk_live_j74BVQ8d1UAtvDgKC4HNFKJr",
    "sendgrid": "SG.1Ro+gV5ye/0/F/NE3YRCHf",
    "twilio_sid": "AC10c904b1a59730093a515921a8337f6e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}