lemaiwo / ui5-middleware-route-proxy

UI5Tooling route proxy
MIT License
11 stars 4 forks source link

env variable for client + readme fixes #15

Closed krisho007 closed 2 years ago

krisho007 commented 2 years ago
  1. Change in proxy.js is to take care of environment variable for 'client'
  2. In the readme file, client value is put inside quotes. If there are no quotes, a client 001 will be interpreted as 1
  3. If a configuration route does not specify 'auth', then statements using routing[dirname].auth.client will throw error. Therefore in that case it was asked to specify auth as false.