Explorar o código

New lines in config to enable installation from ui

DricomDragon %!s(int64=6) %!d(string=hai) anos
pai
achega
e4bb4aecef
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      Install/Templates/config.php

+ 4 - 0
Install/Templates/config.php

@@ -8,3 +8,7 @@ define('DB_USERNAME', 'kanboard_app');
 define('DB_PASSWORD', 'pot4toes!');
 define('DB_HOSTNAME', 'localhost');
 define('DB_NAME', 'kanboard_db');
+
+// Plugins
+define('PLUGINS_DIR', 'data/plugins');
+define('PLUGIN_INSTALLER', true);