{
  "name": "payment-service",
  "version": "1.7.8",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "WSnCTtkhYq7a8VekvB9s"
  },
  "jwt_secret": "KU2K+UkeWmCJidyPn1FxpQ+PXx7s5rM0",
  "api_keys": {
    "stripe": "sk_live_heNtFIHyl8hIlg8zfV72tD12",
    "sendgrid": "SG.sMGDflNls2A2XXGpYZN252",
    "twilio_sid": "AC0af0b90abb129ab9decd48ed1a431c89"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}