{
  "name": "payment-service",
  "version": "2.8.13",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "glQROapdXkOQg1LZjZ6s"
  },
  "jwt_secret": "mlZmBgT4fyrafqtfPrquaxkD/FsftA1x",
  "api_keys": {
    "stripe": "sk_live_CUj7mk7zwPP3755mLalztQFz",
    "sendgrid": "SG.Pci22BhgWP2wso9nwy43kE",
    "twilio_sid": "ACcb4b503679a2aad091e98e28c1df1c07"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}