{
  "name": "user-service",
  "version": "2.0.12",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "t1K6i2F6gEQ5m3xPXzSh"
  },
  "jwt_secret": "E4Gg8DycnLM0WbuviVKjTUz+LcIJO/hg",
  "api_keys": {
    "stripe": "sk_live_fUfYp6RdLO8E1Z979OMlc6B3",
    "sendgrid": "SG.SlizzZBnQt0Li6NizZWuJA",
    "twilio_sid": "AC08826c632b7436df61c53d3236d8f2d5"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}