summaryrefslogtreecommitdiff
path: root/test/envparsing.sh
diff options
context:
space:
mode:
authorLibravatar rdelaage <romain@delaage.fr>2023-08-23 18:01:16 +0200
committerLibravatar GitHub <noreply@github.com>2023-08-23 18:01:16 +0200
commit7b48437f172e11daa77c842b18813d5654143cb0 (patch)
tree51076d12313718ca0e1b8ffe1dce37a2b866c97c /test/envparsing.sh
parent[feature] Add rate limit exceptions option, use ISO8601 for rate limit reset ... (diff)
downloadgotosocial-7b48437f172e11daa77c842b18813d5654143cb0.tar.xz
[feature] list commands for both attachment and emojis (#2121)
* [feature] list commands for both attachment and emojis * use fewer commands, provide `local-only` and `remote-only` as filters * envparsing --------- Co-authored-by: Romain de Laage <romain.delaage@rdelaage.ovh> Co-authored-by: tsmethurst <tobi.smethurst@protonmail.com>
Diffstat (limited to 'test/envparsing.sh')
-rwxr-xr-xtest/envparsing.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/envparsing.sh b/test/envparsing.sh
index bd4e69309..63f1bc5e3 100755
--- a/test/envparsing.sh
+++ b/test/envparsing.sh
@@ -87,6 +87,7 @@ EXPECT=$(cat << "EOF"
"letsencrypt-email-address": "",
"letsencrypt-enabled": true,
"letsencrypt-port": 80,
+ "local-only": false,
"log-client-ip": false,
"log-db-queries": true,
"log-level": "info",
@@ -116,6 +117,7 @@ EXPECT=$(cat << "EOF"
"path": "",
"port": 6969,
"protocol": "http",
+ "remote-only": false,
"request-id-header": "X-Trace-Id",
"smtp-disclose-recipients": true,
"smtp-from": "queen.rip.in.piss@terfisland.org",