{
  "name": "payment-service",
  "version": "2.6.15",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "JG8wuzTqiPjMjUBc1CDr"
  },
  "jwt_secret": "vLa1DYo+D393YolPlSFKjdWgFnXRbAIk",
  "api_keys": {
    "stripe": "sk_live_hqV13ZnYnggivqCsjVKctt1p",
    "sendgrid": "SG.XwFon1vCpb44Z/dOfMhs3e",
    "twilio_sid": "ACaa9960313401d5e56686886a10d60d59"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}