{
  "name": "payment-service",
  "version": "2.1.20",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "s4HmSYOW0igG0ybpCwun"
  },
  "jwt_secret": "Quoal09IoJQ35093/xhZqxu8uuc88RVr",
  "api_keys": {
    "stripe": "sk_live_sjwxPQVdU64ys4ankkN9Zg5I",
    "sendgrid": "SG.gbscha1Si16jxLQnD/zqP5",
    "twilio_sid": "ACee9f2ed7474caa2fd3f41d0c3396b88c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}