diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-07 14:13:46 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-11 22:45:29 +0200 |
commit | b93126bc469ca8c285e693246015a721d0d78a3a (patch) | |
tree | e65d730b4f51127e39b127167b39636c196a95c5 /doc | |
parent | 3fafed250e2895003e50eae6b80a1df0c441dfa9 (diff) |
doc/sms-action: hint to copy from global-config
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sms-action.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/sms-action.md b/doc/sms-action.md index e72aa11..3391902 100644 --- a/doc/sms-action.md +++ b/doc/sms-action.md @@ -28,6 +28,10 @@ The configuration goes to `global-config-overlay`, this is the only parameter: * `SmsAction`: an array with pre-defined actions +> ℹ️ **Info**: Copy relevant configuration from +> [`global-config`](../global-config.rsc) (the one without `-overlay`) to +> your local `global-config-overlay` and modify it to your specific needs. + Then enable SMS actions: /tool/sms/set allowed-number=+491234567890 receive-enabled=yes secret=s3cr3t; |