diff --git a/config/environment.php b/config/environment.php index 8cb5b74..6d1b834 100644 --- a/config/environment.php +++ b/config/environment.php @@ -26,7 +26,7 @@ $default->fileSystemRoot = "/usr/local/www/dms"; // server settings $default->serverName = "change.to.your.hostname"; // whether ssl is enabled or not -$default->sslEnabled = true; +$default->sslEnabled = false; // Change this to reflect the authentication method you are using // valid choices are: DBAuthenticator, LDAPAuthenticator $default->authenticationClass = "DBAuthenticator";