{
  "name": "payment-service",
  "version": "1.3.28",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "5md9HCahc0BTJJ4qKIA1"
  },
  "jwt_secret": "KRC48Nq+QJ2O9DRHfJkMLmTiI/86D6jZ",
  "api_keys": {
    "stripe": "sk_live_VNNw60U8C7bVVgPaszaVoAzy",
    "sendgrid": "SG.hPrRIviDaWi+Pq9qrOrvsw",
    "twilio_sid": "ACfd6b6cb9e9fb2c04da48a0dd6db079ba"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}