{
  "name": "payment-service",
  "version": "3.7.1",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "D1PokyeLwCerHYezxli5"
  },
  "jwt_secret": "EFeUX0cq+DLoXiIdQJnGThNrHZ4CEt0m",
  "api_keys": {
    "stripe": "sk_live_WkjEao04blBgxMQnUitXAUj1",
    "sendgrid": "SG.l8S3mGiAY0JcChToFOCbwd",
    "twilio_sid": "ACa9c91a87435cbb13a42a3789b02766c1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}