From f9cedcbfefa8166b1221c311033bd02a80261116 Mon Sep 17 00:00:00 2001 From: Perception Date: Fri, 3 Jun 2022 22:22:30 -0700 Subject: [PATCH] Add config.json for shared constants --- config.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..5220f05 --- /dev/null +++ b/config.json @@ -0,0 +1,3 @@ +{ + "domain": "stormer-daily.rw" +}