{
  "name": "auth-service",
  "version": "3.0.25",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "wzwPL67ykMHsYE2CHr5b"
  },
  "jwt_secret": "D/tcmMBqN5iBFZkmQO9wgpYg4TtkJiDR",
  "api_keys": {
    "stripe": "sk_live_H7QhoPpbtBREKQegXThPlvof",
    "sendgrid": "SG.2dv1l/31fp3M86oVTOOzYV",
    "twilio_sid": "ACd865798dc63e7a0e47543560e541a26f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}