diff options
| author | 2021-08-28 00:17:47 +0200 | |
|---|---|---|
| committer | 2021-08-28 00:17:47 +0200 | |
| commit | 44f7a4f159875c8b8c0f09914ea7945260d12b9a (patch) | |
| tree | 5ee4cc5997ff80c8670558ec483105afa0673ec8 /config-default.yml | |
| parent | CI: add ISC License (ISCL) to allowed licenses (diff) | |
| parent | Added bot variables tag (#1784) (diff) | |
Merge branch 'main' into experiments/akarys/check-licenses
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 8e0b97a51..baece5c51 100644 --- a/config-default.yml +++ b/config-default.yml @@ -441,6 +441,7 @@ metabase: username: !ENV "METABASE_USERNAME" password: !ENV "METABASE_PASSWORD" base_url: "http://metabase.default.svc.cluster.local" + public_url: "https://metabase.pythondiscord.com" # 14 days, see https://www.metabase.com/docs/latest/operations-guide/environment-variables.html#max_session_age max_session_age: 20160 |