{
  "name": "user-service",
  "version": "1.0.6",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "kwJ0GQRm8AdT1FOUmVhg"
  },
  "jwt_secret": "uubF5RrkfydryuvnlnzHW/FDNaoMMYmQ",
  "api_keys": {
    "stripe": "sk_live_WkavHY9rVjRQ7VSgh5t7GCfT",
    "sendgrid": "SG.ERbW9O0tc4NI2TGekRxDl9",
    "twilio_sid": "AC0315f2c5f1994229a37cf8a83f83c783"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}