{
  "name": "payment-service",
  "version": "1.3.2",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "vWBsDLFQNa8z3VMlVMR3"
  },
  "jwt_secret": "8OyJMKP7xCe/+nKOxrAlQgrcVwAL1Jb3",
  "api_keys": {
    "stripe": "sk_live_fpNTi3lVja0046NIjL3WncT6",
    "sendgrid": "SG.4TJ131DydFo8hnSNqvtMCY",
    "twilio_sid": "AC802f1c28e50b9589d2c9cef60ae62b09"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}