{
  "name": "payment-service",
  "version": "3.5.29",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "JaYuQkebw7cBJBnTtEdP"
  },
  "jwt_secret": "Ec/4ufZMyob6q56dKsqRkkRaVK01wcEV",
  "api_keys": {
    "stripe": "sk_live_RqHyqVk1B7hfS6N3V82Z1uco",
    "sendgrid": "SG.U6NRyArgGJPWekeSj6sLOm",
    "twilio_sid": "AC8cbb46ea3a9762483caf75d513197bdc"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}