{
  "name": "user-service",
  "version": "2.1.6",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "jJ15fQTtmQlaUzcrC5sf"
  },
  "jwt_secret": "95l75BKTPBKttY4pMyzr29c5rNjDGhZE",
  "api_keys": {
    "stripe": "sk_live_xr6u9lHrJnChA23AdmKUNMI0",
    "sendgrid": "SG.QICLk3mknVUm7IctNlTlCM",
    "twilio_sid": "ACb8ffefaa0a14be8ebda504c5e179101f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}