diff options
| author | 2021-05-13 16:41:43 +0100 | |
|---|---|---|
| committer | 2021-05-13 16:41:43 +0100 | |
| commit | c97d5aef8a05508d3192be7772bf91479518428d (patch) | |
| tree | fa6d99c2ce77e28d69a3a5bf36af64ad49f36e5f /config-default.yml | |
| parent | Merge pull request #1584 from Numerlor/docker-override (diff) | |
| parent | Delete reddit cog constants (diff) | |
Merge pull request #1573 from python-discord/extract-metabase-data
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index c5c9b12ce..c59bff524 100644 --- a/config-default.yml +++ b/config-default.yml @@ -417,6 +417,16 @@ anti_spam: max: 3 + +metabase: + username: !ENV "METABASE_USERNAME" + password: !ENV "METABASE_PASSWORD" + url: "http://metabase.default.svc.cluster.local/api" + # 14 days, see https://www.metabase.com/docs/latest/operations-guide/environment-variables.html#max_session_age + max_session_age: 20160 + + + big_brother: header_message_limit: 15 log_delay: 15 |