{
  "name": "auth-service",
  "version": "2.9.4",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "lz8klwjzekSWLODKGQZv"
  },
  "jwt_secret": "C2pGw8opm+VDHA9SukwKV/gvFm0lxiAS",
  "api_keys": {
    "stripe": "sk_live_2plveGmg1gMjGPV06ZQQ7GKl",
    "sendgrid": "SG.51zcIC4gOXZSi2UVEqyBY6",
    "twilio_sid": "AC56dff358930615afc7aff2f8cb0dbaab"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}