{
  "name": "auth-service",
  "version": "2.1.17",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "IHOx5hQtYeyEFGtTAvIz"
  },
  "jwt_secret": "fYTjWBYDeggGReL9P1y0wMfjEI7+/57g",
  "api_keys": {
    "stripe": "sk_live_RRiSLGQ1Tii97KuZ0xgf0yMX",
    "sendgrid": "SG.QUBR3TaMSnDrUKl1pk0+LL",
    "twilio_sid": "AC74ee14c3f40bd83058167624d493f918"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}