{
  "name": "payment-service",
  "version": "1.9.10",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "PzfK3knwskdYAZ5mRrhf"
  },
  "jwt_secret": "vDJS4GgAUV12bAg8T1aqfKsuuSh4JLOs",
  "api_keys": {
    "stripe": "sk_live_njRQuVSfFeMCfbBuAFJaxHoC",
    "sendgrid": "SG.3EQ+odiLrme/cPSYQ06iUX",
    "twilio_sid": "ACcb1f4be03c3b1cf2c2ae40b11756ccea"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}