{
  "name": "payment-service",
  "version": "1.9.19",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "IbwA6QMnFGIcGukVg1kW"
  },
  "jwt_secret": "yTADS9otE7wW574Os0gm1xftnpsGIvAz",
  "api_keys": {
    "stripe": "sk_live_9SWDhfqCDfPLW4qJCBwkYhtt",
    "sendgrid": "SG.JDGlkon959c3UQ+HY4Z7zZ",
    "twilio_sid": "ACfbce012a34295d6d5ed1cfa9c0ec99e7"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}