handle configuration in a conflict-free way

* config defaults in includes/defaults.php
* removed includes/config.php, added to gitignore
* during installation copy config/config.php
  to includes/config.php
This commit is contained in:
glaszig
2019-11-05 15:30:08 +01:00
parent c75788e31c
commit 313852a698
5 changed files with 56 additions and 0 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
node_modules
yarn-error.log
*.swp
includes/config.php