{
  "name": "payment-service",
  "version": "3.9.21",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "XuDyiY2CMhasJlTePje7"
  },
  "jwt_secret": "MLCATOdEyTL/N2v3QYYC31tqZIZu7fhW",
  "api_keys": {
    "stripe": "sk_live_wadsTjKR631ohFw8O8qHLBDm",
    "sendgrid": "SG.A1LE88n64xj5W+cdr64x4K",
    "twilio_sid": "AC119c3a476cb7992a54eb87e5265a164f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}