aboutsummaryrefslogtreecommitdiff
path: root/vnext/config
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-10-30 01:51:42 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:58 +0300
commit657af5906ed50acc9bacea487ac22b6c9c961571 (patch)
tree9804a63b7aa897fa2fec782b99a76f2e3f4f272b /vnext/config
parent62f9875418444274c8aa3785ea913677c203e840 (diff)
Read static root from the config
Diffstat (limited to 'vnext/config')
-rw-r--r--vnext/config/default.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/vnext/config/default.json b/vnext/config/default.json
new file mode 100644
index 00000000..ae52a717
--- /dev/null
+++ b/vnext/config/default.json
@@ -0,0 +1,9 @@
+{
+ "service": {
+ "application": "",
+ "static_root": "dist",
+ "sape": {
+ "token": ""
+ }
+ }
+} \ No newline at end of file