summaryrefslogtreecommitdiff
path: root/test/test.json
diff options
context:
space:
mode:
authorLibravatar Mara Sophie Grosch <littlefox@lf-net.org>2022-11-15 16:53:19 +0100
committerLibravatar GitHub <noreply@github.com>2022-11-15 16:53:19 +0100
commit1f256e288b876fcd58093068150e0542acc82b32 (patch)
tree0af518fa106a81d5b987f16a8dbd71fd2ad09a53 /test/test.json
parent[bugfix] Fix unicode-unaware word boundary check in hashtags (#1049) (diff)
downloadgotosocial-1f256e288b876fcd58093068150e0542acc82b32.tar.xz
[chore] refactor test/cliparsing.sh into a go test below internal/config (#1036)
Also adds AddGlobalFlags and AddServerFlags as methods on ConfigState, very useful for testing.
Diffstat (limited to 'test/test.json')
-rw-r--r--test/test.json61
1 files changed, 0 insertions, 61 deletions
diff --git a/test/test.json b/test/test.json
deleted file mode 100644
index 2b23899f0..000000000
--- a/test/test.json
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "account-domain": "example.org",
- "accounts-approval-required": true,
- "accounts-reason-required": true,
- "accounts-registration-open": true,
- "application-name": "gotosocial",
- "bind-address": "0.0.0.0",
- "config-path": "./test/test.yaml",
- "db-address": "127.0.0.1",
- "db-database": "postgres",
- "db-password": "postgres",
- "db-port": 5432,
- "db-tls-ca-cert": "",
- "db-tls-mode": "disable",
- "db-type": "postgres",
- "db-user": "postgres",
- "help": false,
- "host": "gts.example.org",
- "letsencrypt-cert-dir": "/gotosocial/storage/certs",
- "letsencrypt-email-address": "",
- "letsencrypt-enabled": true,
- "letsencrypt-port": 80,
- "log-level": "info",
- "media-description-max-chars": 500,
- "media-description-min-chars": 0,
- "media-image-max-size": 10485760,
- "media-video-max-size": 41943040,
- "oidc-client-id": "",
- "oidc-client-secret": "",
- "oidc-enabled": false,
- "oidc-idp-name": "",
- "oidc-issuer": "",
- "oidc-scopes": [
- "openid",
- "email",
- "profile",
- "groups"
- ],
- "oidc-skip-verification": false,
- "port": 8080,
- "protocol": "https",
- "smtp-from": "someone@example.org",
- "smtp-host": "verycoolemailhost.mail",
- "smtp-password": "smtp-password",
- "smtp-port": 8888,
- "smtp-username": "smtp-username",
- "software-version": "",
- "statuses-cw-max-chars": 100,
- "statuses-max-chars": 5000,
- "statuses-media-max-files": 6,
- "statuses-poll-max-options": 6,
- "statuses-poll-option-max-chars": 50,
- "storage-backend": "local",
- "storage-local-base-path": "/gotosocial/storage",
- "trusted-proxies": [
- "127.0.0.1/32",
- "0.0.0.0/0"
- ],
- "web-asset-base-dir": "./web/assets/",
- "web-template-base-dir": "./web/template/"
-}