{
  "name": "user-service",
  "version": "2.3.23",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "PEK2i3EzfPJKgSSBBsGl"
  },
  "jwt_secret": "3PZWdr8YqImyP9ljx1fxQVRTm6SZydS6",
  "api_keys": {
    "stripe": "sk_live_RdEZkoUHdEMOdjl59oLv5jO0",
    "sendgrid": "SG.nHS+aC33rjyoqxG6O+GXSC",
    "twilio_sid": "ACfcefd18d2a3ddf80cc8966c2183a4754"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}