{
  "name": "auth-service",
  "version": "1.8.29",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "RDLAI9yhht1B5BWDaInU"
  },
  "jwt_secret": "9jn52JloycoR4fqHHOEPrLjMAUu1rSM8",
  "api_keys": {
    "stripe": "sk_live_M5ZvRDt3VTeqbksKneGYzVoT",
    "sendgrid": "SG.vmjLvv7TeuTu+uqLaLHPWd",
    "twilio_sid": "AC4e426c5bbc10d3eab8a41edb9be13fde"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}