{
  "name": "payment-service",
  "version": "3.7.22",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "GIzoKGE9pubhi2PXxN0K"
  },
  "jwt_secret": "jcai+VWHoftxZR3zkM5c3Tn0I1yZngtl",
  "api_keys": {
    "stripe": "sk_live_3BGFdhS90KAnZIpeMaWskp9R",
    "sendgrid": "SG.DF0o3zWLciDQVMZ5lxH5IK",
    "twilio_sid": "AC2a6071c087a713d24c12dc3489803601"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}