{
  "name": "auth-service",
  "version": "2.6.25",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "MiUc9RDtpR5JBt0ngdqh"
  },
  "jwt_secret": "ezRz1VGdeYPfC25OgiSy5CLMFnFS93eL",
  "api_keys": {
    "stripe": "sk_live_qYG9CZPzm3YOjqh60utNpjdA",
    "sendgrid": "SG.9x9gQAnM0S3+A88uOI8b7e",
    "twilio_sid": "AC6f7e1d172c4fe1c825594e3a8149a60b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}