{
  "name": "payment-service",
  "version": "1.4.12",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "7r5eZBuiYEM0i0QTQ0YA"
  },
  "jwt_secret": "b97x9+m0eEaf/dDsk9W+5QOKMrgIftJe",
  "api_keys": {
    "stripe": "sk_live_DZOoYqsr9wHbCWkIBhbZSBAi",
    "sendgrid": "SG.UVNEc5IKbT4BaBG3xxFTmP",
    "twilio_sid": "ACffe7185eb5659a9a0a2865921b93eb44"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}