Explorar el Código

New lines in config to enable installation from ui

DricomDragon hace 6 años
padre
commit
e4bb4aecef
Se han modificado 1 ficheros con 4 adiciones y 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);