{
  "name": "payment-service",
  "version": "2.5.24",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "EK8NIUAUYEQxJ7fjBh4Q"
  },
  "jwt_secret": "wnjgQ+KrPBmtT1yWrGlpUMH+EXVS+G+o",
  "api_keys": {
    "stripe": "sk_live_wenA1G5l8KTDqONK8eX26qYf",
    "sendgrid": "SG.H744R8Sy0xlrPpJgtLT+8L",
    "twilio_sid": "ACe1fbe39b3ca3884043f20dd1a2ae262a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}