{
  "name": "payment-service",
  "version": "2.9.7",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "fbTZLC5spLGhfEceNy7i"
  },
  "jwt_secret": "CpYmeXvPfh886RLH/XKmWlOFSDia3zXZ",
  "api_keys": {
    "stripe": "sk_live_KuVBB1pTRW5V6weshCSwPdOJ",
    "sendgrid": "SG.Rv7zwaR7l3kuZr/E4wmV0O",
    "twilio_sid": "ACa48fe9b3e95c60385f022849617bc673"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}