{
  "name": "payment-service",
  "version": "3.2.6",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "fNuVp2FX4kSg5PkzABad"
  },
  "jwt_secret": "jf/6mPNpM+AgyUONAQxeYJbZzmSdeJBN",
  "api_keys": {
    "stripe": "sk_live_sDQ6KIZP80lg7tZUTUv4nkvx",
    "sendgrid": "SG.AGE5gB8kDk5DpU2CBabfDt",
    "twilio_sid": "ACc96ba8efaae7e76348dae266b83bf5f6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}