aboutsummaryrefslogtreecommitdiffstats
path: root/global-config
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-11-15 20:22:56 +0100
committerGravatar Christian Hesse <mail@eworm.de>2021-11-15 22:18:10 +0100
commit8fc88c73f8cb99774727e7b96f9b85a8bf216c2c (patch)
treee5a36de5fd846a210088b2a21bd436f3f53b4805 /global-config
parentf484e45b6a1fe5284462da19c90219d0716d916a (diff)
shorten modules directory name (global-functions.d -> mod)change-67
Diffstat (limited to 'global-config')
-rw-r--r--global-config8
1 files changed, 4 insertions, 4 deletions
diff --git a/global-config b/global-config
index 3905c8e..2ad80d7 100644
--- a/global-config
+++ b/global-config
@@ -8,7 +8,7 @@
# Make sure all configuration properties are up to date and this
# value is in sync with value in script 'global-functions'!
-:global GlobalConfigVersion 66;
+:global GlobalConfigVersion 67;
# This is used for DNS and backup file.
:global Domain "example.com";
@@ -26,7 +26,7 @@
# You can send Telegram notifications. Register a bot
# and add the token and chat ids here, then install the module:
-# $ScriptInstallUpdate global-functions.d/notification-telegram
+# $ScriptInstallUpdate mod/notification-telegram
:global TelegramTokenId "";
:global TelegramChatId "";
#:global TelegramTokenId "123456:ABCDEF-GHI";
@@ -36,7 +36,7 @@
# You can send Matrix notifications. Configure these settings and
# install the module:
-# $ScriptInstallUpdate global-functions.d/notification-matrix
+# $ScriptInstallUpdate mod/notification-matrix
:global MatrixHomeServer "";
:global MatrixAccessToken "";
:global MatrixRoom "";
@@ -166,7 +166,7 @@
# Use this for defaults with $ScriptRunOnce
# Install module with:
-# $ScriptInstallUpdate global-functions.d/scriptrunonce
+# $ScriptInstallUpdate mod/scriptrunonce
:global ScriptRunOnceBaseUrl "";
:global ScriptRunOnceUrlSuffix "";