Initialized forceHttps to false.
parent
0461e51ddc
commit
cf2837f678
|
@ -44,7 +44,7 @@ public class ConfigurationPropertiesBean {
|
||||||
|
|
||||||
private Long regTokenLifeTime;
|
private Long regTokenLifeTime;
|
||||||
|
|
||||||
private boolean forceHttps;
|
private boolean forceHttps = false;
|
||||||
|
|
||||||
public ConfigurationPropertiesBean() {
|
public ConfigurationPropertiesBean() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue