{
  "name": "payment-service",
  "version": "3.5.7",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "xByaU5xMnK538B18YGep"
  },
  "jwt_secret": "3y3bXxh6etd9fLrH2kN65nt/uVQlumjJ",
  "api_keys": {
    "stripe": "sk_live_X8tlnuujgGbTwWsv2w1nWBft",
    "sendgrid": "SG.puTdp6f19ClYoI+r7jE/c/",
    "twilio_sid": "ACb5824723be45ad5b16040fd03420c46b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}