{
  "name": "auth-service",
  "version": "3.7.19",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "uuZvTpeKURMHQtkIyCKW"
  },
  "jwt_secret": "/NA7KV5ADpvJ8cq9NKGoJwjhsReqUoGA",
  "api_keys": {
    "stripe": "sk_live_PxeBkmYAuAZDMp1wBLT8bvaM",
    "sendgrid": "SG.ChJSo55gvH9Ge2uFCVkDcn",
    "twilio_sid": "AC344a15ea64134a268b8e5ac539b49cd8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}