{
  "name": "auth-service",
  "version": "2.3.4",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "UTnMOlTHLwp98KIKAhKh"
  },
  "jwt_secret": "0H5oGUqQNvMrSYXc8bHQQ0mmpawhTFkf",
  "api_keys": {
    "stripe": "sk_live_kDibthcPL9pLZylpuWWOnY1o",
    "sendgrid": "SG.4EHwifo7oMlhdiED/fg26B",
    "twilio_sid": "ACb53f8886566fe9ce92c6432493014b67"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}