{
  "name": "payment-service",
  "version": "3.0.23",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "WMaX3auzAgAHq8WTtaRA"
  },
  "jwt_secret": "JEvByO0cCesOSgl+DJ036FaDg19FDuux",
  "api_keys": {
    "stripe": "sk_live_8ojLvWL2djaGavx0pan68ATb",
    "sendgrid": "SG.V4zPmjnJOhpP/2n/sdeyiL",
    "twilio_sid": "AC8703f73cad9649bcfb33e153f3667b8b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}