{
  "name": "payment-service",
  "version": "2.1.16",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "xLcXWntI6LhJUrPklyb7"
  },
  "jwt_secret": "IyBr3HK/N6oWfViYGyBlYNFH2FPdutcs",
  "api_keys": {
    "stripe": "sk_live_vrY9hJ1ckxBDQTxKogiDc80A",
    "sendgrid": "SG.D24ywyASDz5aqbC6+ayhe3",
    "twilio_sid": "AC9f56cae05296038ce2c348f567f751a6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}