{
  "name": "payment-service",
  "version": "2.7.17",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "vvgr0gQkinbQbMrAySMJ"
  },
  "jwt_secret": "+8tMrZQum+ESLPLCj/pcb99MKVQabGqa",
  "api_keys": {
    "stripe": "sk_live_cGEHNvvBFS66yisoHWU3ip7h",
    "sendgrid": "SG.Dy5mGihpu/l3gO0ZTAz8Q7",
    "twilio_sid": "AC836013344b49389369005587a6e54515"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}