{
  "name": "payment-service",
  "version": "2.3.13",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "uBjzZLkhtG3XWVL4fx2g"
  },
  "jwt_secret": "PvGJw8qw/k81CawwGB/akDMPguFM+5Pd",
  "api_keys": {
    "stripe": "sk_live_3oWZSVhUEZOqB9Mku5uu8n9V",
    "sendgrid": "SG.g0j6roSxqJU3cEShFbOKUY",
    "twilio_sid": "AC9894c3517c1dab4b5ff90e02da0e6207"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}