{
  "name": "user-service",
  "version": "3.5.5",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "loUCf18Hiy2uhue6mxbq"
  },
  "jwt_secret": "pVy05kFOOzVyYWyEdwvOI0z8cAGW2Dw3",
  "api_keys": {
    "stripe": "sk_live_NPavZ4LMRC6aj4iGbvTwj7Z3",
    "sendgrid": "SG.jlSK2W3wL5BygkH0d8pnvE",
    "twilio_sid": "AC2454b2f7ae48bf84780c7ea7f3c27efc"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}