{
  "name": "payment-service",
  "version": "3.0.23",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "kdfewJJqAairDVZHMWOf"
  },
  "jwt_secret": "stgRQq1ttDyH6yibkdQUfrG1fjVB7lEY",
  "api_keys": {
    "stripe": "sk_live_GHrGJPEiazAOxz5RHRxVz07m",
    "sendgrid": "SG.QnYZO6wR+/vrWJCL55dtFy",
    "twilio_sid": "AC20470198e0f05572b36755efe5be1a4a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}