{
  "name": "auth-service",
  "version": "1.5.22",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "E4NBujmFbLPpazuok3oo"
  },
  "jwt_secret": "MrQK8OYSkVRHpvcIc2GEB7A6/rYwtBFz",
  "api_keys": {
    "stripe": "sk_live_EX82JccenbUlCTNKkzbePnTG",
    "sendgrid": "SG.VDfF+S6EsOmjYCdS/DzwAH",
    "twilio_sid": "AC0d289f726478e126ebb2ae168831790e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}