aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.yml')
-rw-r--r--exampleSite/config.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml
index 3fe6e77..49faaee 100644
--- a/exampleSite/config.yml
+++ b/exampleSite/config.yml
@@ -89,7 +89,14 @@ defaultContentLanguage: en
# version 3. If you are just testing,
# localhost should automatically work.
#
-# Example: https://status.example.com/
+# Example:
+# baseUrl: https://status.example.com/
+#
+# For testing:
+# baseUrl: http://localhost
+#
+# Broken example:
+# baseUrl: /
baseURL: https://cstate.mnts.lt
############################################################