{
  "name": "payment-service",
  "version": "3.3.13",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "g0xCwswMs8nCYbcOedn0"
  },
  "jwt_secret": "EXumVmVasPFwD2ZkQ+6iH/c9AWhlYZtx",
  "api_keys": {
    "stripe": "sk_live_UDvunkVXwSfejyacVyyIi7Oo",
    "sendgrid": "SG.tVlaOEKFGFxUDctlmVHh5p",
    "twilio_sid": "ACc50a6cf27f4a2b9ec0f12eb9ef03290d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}