{
  "name": "payment-service",
  "version": "1.9.15",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "YZB0R7OgPobsJGPl7zbl"
  },
  "jwt_secret": "fhRU068DqQ4zbcZIFnucLWR01i923JRa",
  "api_keys": {
    "stripe": "sk_live_t0u4ylx89FvMsnw6dJfKnyNC",
    "sendgrid": "SG.b2KV2Qdb5R7GjBZXBzVC0K",
    "twilio_sid": "ACb297e48a87784e2ff35881884c46efbb"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}