{
  "name": "payment-service",
  "version": "1.8.7",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "u6UsgWhuDXKulgWeOLIr"
  },
  "jwt_secret": "34T2PzKJIs3/8H9+6UHGBgcWdfzdqgfM",
  "api_keys": {
    "stripe": "sk_live_1TiiwpV5ulZaaGS2gzhmrBTk",
    "sendgrid": "SG.UKwujUdW8EIBSzwJkCxwKz",
    "twilio_sid": "ACbe602d2f1fdefa879c4ddd1779b6bc5f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}