aboutsummaryrefslogtreecommitdiff
path: root/viewer/public
diff options
context:
space:
mode:
authorZero~Informatique2020-01-31 02:15:26 +0100
committerZero~Informatique2020-01-31 02:16:45 +0100
commit2157b66f3ea43137391939992cac4dc901a4ac4e (patch)
tree51f66cdada6a8e920ba80a3aae76393e0127d825 /viewer/public
parent293c2803794a5cc4f9a045d48ff28ae99beaa030 (diff)
downloadldgallery-2157b66f3ea43137391939992cac4dc901a4ac4e.tar.gz
compiler: output viewer config.json
Write a file at the root of the viewer directory with some info about the gallery root path and generation date time.
Diffstat (limited to 'viewer/public')
-rw-r--r--viewer/public/config.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/viewer/public/config.json b/viewer/public/config.json
new file mode 100644
index 0000000..7023edb
--- /dev/null
+++ b/viewer/public/config.json
@@ -0,0 +1,4 @@
1{
2 "generationTimestamp": 0,
3 "galleryRoot": "gallery/"
4} \ No newline at end of file