{
  "name": "payment-service",
  "version": "1.2.19",
  "database": {
    "host": "db-0.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "f2PBnf9IbBR8SEz8iXt5"
  },
  "jwt_secret": "hUkBRNDIZhZESgQYZox9bnLo0T7hLks1",
  "api_keys": {
    "stripe": "sk_live_wHiOeLU5EtmM9sHZoLtQmqqG",
    "sendgrid": "SG.vL6EEkLDOfnoVSdZ/Zfj0m",
    "twilio_sid": "AC1def12ccfa271027145f4deec71a167c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}