{
  "name": "payment-service",
  "version": "3.8.2",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "D7WbdJI2uhzIkSuVAbyt"
  },
  "jwt_secret": "DUqvRilY1wEnwtiJ1NK/Kwqa73JDXfMF",
  "api_keys": {
    "stripe": "sk_live_8ZUbj8cTSXLaWwCPMAkbtjMK",
    "sendgrid": "SG.fvRZ0tDNdcK73elIchmHrF",
    "twilio_sid": "AC878269f4ed54f4ca57c527fa2a5d7b39"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}