{
  "name": "auth-service",
  "version": "3.1.29",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "v3DdkiloYu5iDkqcKtiY"
  },
  "jwt_secret": "s0+NYaxKQrb80QFNstWg3eVBeepe2L3D",
  "api_keys": {
    "stripe": "sk_live_65gASGp4ZY3vKVGU1YJQICzv",
    "sendgrid": "SG.fp9twE/t2DvBcKLcxJfGIw",
    "twilio_sid": "AC10c80e87aa852698b6f6d8ce83dc6a64"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}