diff options
| author | 2021-08-22 16:16:00 -0700 | |
|---|---|---|
| committer | 2021-08-22 16:16:00 -0700 | |
| commit | abef38e09431e27a079af5a84d914a02b75c108e (patch) | |
| tree | e16e57365d99a6976fbcf605faff1bb8c687cfe7 /config-default.yml | |
| parent | Merge pull request #1742 from python-discord/remove-redundant-converters (diff) | |
| parent | Merge branch 'main' into metabase-sharing (diff) | |
Merge pull request #1762 from python-discord/metabase-sharing
Metabase sharing
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 10 | 
1 files changed, 4 insertions, 6 deletions
| diff --git a/config-default.yml b/config-default.yml index 881a7df76..79828dd77 100644 --- a/config-default.yml +++ b/config-default.yml @@ -432,14 +432,12 @@ anti_spam:              max: 3 -  metabase: -    username: !ENV "METABASE_USERNAME" -    password: !ENV "METABASE_PASSWORD" -    url: "http://metabase.default.svc.cluster.local/api" +    username: !ENV      "METABASE_USERNAME" +    password: !ENV      "METABASE_PASSWORD" +    base_url:           "http://metabase.default.svc.cluster.local"      # 14 days, see https://www.metabase.com/docs/latest/operations-guide/environment-variables.html#max_session_age -    max_session_age: 20160 - +    max_session_age:    20160  big_brother: | 
