-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add more env variable : #222
base: master
Are you sure you want to change the base?
Conversation
samuel-soubeyran
commented
Feb 29, 2016
- allow more configuration from env variable (ProxyPrefix, HttpAddress, HttpsAddress, RedirectUrl, TLSCertFile, TLSKeyFile, )
- add EmailDomain to env variable
- add Upstream parameter to env variable
I need to configure via env variable a bunch of stuff. |
@samuel-soubeyran in general this looks like a good idea. Did you run into a particular problem with specifying a comma separated set of values for |
Good question, I didn't try because I just needed one upstream. And I couldn't make it works with only one. I'll try with multiple and see how it works |
- allow more configuration from env variable (ProxyPrefix, HttpAddress, HttpsAddress, RedirectUrl, TLSCertFile, TLSKeyFile, ) - add EmailDomains to env variable - add Upstreams parameter to env variable
OK I did some test, It does work for several upstream url. For single upstream url I tried: I don't know if you have any other idea to make it works for single upstream? |