{
  "name": "auth-service",
  "version": "2.5.12",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "0oqfJBLy9DMOhvySODOL"
  },
  "jwt_secret": "NJSmIC7ULCd9HZ4NqrNww9QZXYIUq/VM",
  "api_keys": {
    "stripe": "sk_live_I9E3xWIbOdDL4td1M8jRnziM",
    "sendgrid": "SG.etsRmAMUJEtZvcs2SU0+h1",
    "twilio_sid": "ACbc6c6c39c71bdf44331d49a8bd178e74"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}