{
  "name": "payment-service",
  "version": "2.5.16",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "rL86whaJQmLM8DCAPdRW"
  },
  "jwt_secret": "XcfoTxwHVwHh/ATDa+B/r+WIY3khoCi7",
  "api_keys": {
    "stripe": "sk_live_yqKnxgpvB3CwcXOhlEiQ3YKP",
    "sendgrid": "SG.+8S/kASOFVo3Bou05Iaz8l",
    "twilio_sid": "ACe92f5589dccf6b2c6bf636af582c3788"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}