FORCE_HTTPS false during development

This commit is contained in:
Peter Pfläging 2019-07-10 10:38:18 +00:00
parent 7be93fc5e1
commit 8673e70dea

View File

@ -9,7 +9,7 @@
* Use this value if you encounter some difficulties with "Mixed content" issues
* Allowed values : false (default), true
*/
var _CONF_FORCE_HTTPS = true;
var _CONF_FORCE_HTTPS = false;
/*
* _CONF_LISTENER_TYPE (string)