summaryrefslogtreecommitdiffstats
path: root/config.json.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.json.in')
-rw-r--r--config.json.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.json.in b/config.json.in
new file mode 100644
index 0000000..a4dcf33
--- /dev/null
+++ b/config.json.in
@@ -0,0 +1,8 @@
+{
+ "webAppDir": "webapp/dist",
+ "shareRootDir": "${ROOT_DIR}/tmp/builder_dev_host/share",
+ "syncthing": {
+ "home": "${ROOT_DIR}/tmp/local_dev/syncthing-config",
+ "gui-address": "http://localhost:8384"
+ }
+} \ No newline at end of file