commit | 99bb77c461f6e5dc41805e78a8e54927718ff1fd | [log] [tgz] |
---|---|---|
author | avm99963 <jocdeladria@gmail.com> | Mon Jan 27 03:15:08 2020 +0100 |
committer | avm99963 <jocdeladria@gmail.com> | Mon Jan 27 03:15:08 2020 +0100 |
tree | 5d39d36d3f747f3bd884cd215f1208aca6a43d85 |
First prototype
diff --git a/config.default.php b/config.default.php new file mode 100644 index 0000000..a53ef00 --- /dev/null +++ b/config.default.php
@@ -0,0 +1,8 @@ +<?php +$conf = []; + +$conf["tmbApi"] = []; +$conf["tmbApi"]["appId"] = ""; +$conf["tmbApi"]["appKey"] = ""; + +$conf["databaseFile"] = "";