{
  "name": "auth-service",
  "version": "3.3.13",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "VPU2WkDTz8e018sifJ3r"
  },
  "jwt_secret": "/igUE3mTtSu4rbi7sA0Tt/Z8e3XKVscE",
  "api_keys": {
    "stripe": "sk_live_5krPeoYrFTZkTx78RmkfX91O",
    "sendgrid": "SG.cns59DXWAsrCwczaFlap6W",
    "twilio_sid": "AC74904f0c0e04a0ee2bfa92c4c31d2da8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}