{
  "name": "payment-service",
  "version": "1.5.25",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hLhB22dXilhWOhIsSO96"
  },
  "jwt_secret": "yTe/KQwKETIumVUA/N/7vaa7hWQowapS",
  "api_keys": {
    "stripe": "sk_live_YlPU2QeRMvdu8CPWoEr4CeiK",
    "sendgrid": "SG.CEhg2x1arypW7iox809oL/",
    "twilio_sid": "AC533847ba8d3a416e6680d74e61ca6002"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}