{
  "name": "payment-service",
  "version": "2.4.13",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "AXeuy7chBCKUP8YR26bh"
  },
  "jwt_secret": "Qw/6Af8ECO/Ha4fY9/IyituNP7nIojRE",
  "api_keys": {
    "stripe": "sk_live_t82QqkEC3FG16ywhFVM6vg4i",
    "sendgrid": "SG.tyM1FdbO4kzu45WoP4uRrh",
    "twilio_sid": "AC1091e6b54d5cea95f27181b10019ddc4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}