{
  "name": "payment-service",
  "version": "1.9.16",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "QZZAG9xnVjf2DAF6eELl"
  },
  "jwt_secret": "JBoI7PbSF1ARlpokO24sY1lWv2U0KCs7",
  "api_keys": {
    "stripe": "sk_live_9AwjN6JgyRoBNE91fodMegKw",
    "sendgrid": "SG.T4yZub4I7jg6gB0wY4GKMM",
    "twilio_sid": "AC34b9eb3293dd4dcaa3a8b6adef7cee62"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}