From c3774bd76e26cf000b2939c591ead829c81f4c8d Mon Sep 17 00:00:00 2001 From: john Date: Mon, 23 May 2022 16:32:34 +0530 Subject: [PATCH] root: add ssconfig file to start serving content - add ssconfig file that is used to specify product and content syncing details to the sserver --- ssconfig.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ssconfig.toml diff --git a/ssconfig.toml b/ssconfig.toml new file mode 100644 index 0000000..977cfde --- /dev/null +++ b/ssconfig.toml @@ -0,0 +1,2 @@ +[site] +syncinterval = "@every 12h"