{
  "name": "auth-service",
  "version": "2.2.17",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ZqhU9uke4kvmHWSyQ6Wc"
  },
  "jwt_secret": "PH/TP7K0FwcJpyV4SfbUUeouuTgUPqhY",
  "api_keys": {
    "stripe": "sk_live_T6bBiXb97q7pAZjNKZq23MLp",
    "sendgrid": "SG.SLs18vQpijZhj184swFmXg",
    "twilio_sid": "ACfa00694a5ea779017d1210632412016a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}