{
  "name": "payment-service",
  "version": "2.7.4",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "LPMoN1CmUQoBkSbXfVfV"
  },
  "jwt_secret": "IdH9LCaAjXSusPuf/7n5/c23WZ8h2SeB",
  "api_keys": {
    "stripe": "sk_live_pzOpxkNUYCqVyjOX9aJGFyfI",
    "sendgrid": "SG.QHKBBBqDS2mFXTCcXC6u36",
    "twilio_sid": "AC563c15aeb4f7ed6fa1f168a96fc5e523"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}