Closed mantaskujalis closed 1 year ago
@iulian03 maybe you had time to look into this?
@iulian03 any chance someone could look into these changes? Would really appreciate
@mantaskujalis @vikt3 it looks good, sorry for the late response. Will merge it and release it soon :)
Hello,
we are trying to configure our testing environment and got stuck on forced
use_ssl
option as mandatory. As specs runs only locally (via docker) we are having hard time getting ssl certificate.This PR allows to configure
use_ssl
option in preproduction enviroment. Production would be left unconfigurable as I believe ssl forcing is good thing in production. Inpreproduction
env without settinguse_ssl
option it would also default totrue
unless value is explicitly assigned tofalse
@iulian03