accounts/docker/phpmyadmin/config.inc.php
ErickSkrauch f33439d829 Completely untie the backend from the frontend.
Build nginx and mariadb together with the app image.
Upgrade docker-compose configuration to 3 version.
Add cleanup step to the gitlab-ci.
2019-04-06 15:52:23 +02:00

5 lines
103 B
PHP

<?php
$cfg['NavigationTreeEnableGrouping'] = false;
$cfg['LoginCookieValidity'] = 60 * 60 * 24 * 365;