{
  "name": "user-service",
  "version": "2.9.21",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "W1BDNbSw6qNrLBArE4lF"
  },
  "jwt_secret": "Yd+F1QbujWfnObhYhxyLuqCdqTTzyUBn",
  "api_keys": {
    "stripe": "sk_live_PktsJ5vKc796By1ABZfiPWMr",
    "sendgrid": "SG.3+Rykyp7el58vxKxlDfaCd",
    "twilio_sid": "ACe95649186b6d545718b217ebcbaef496"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}