diff options
| author | 2021-08-26 14:37:16 -0700 | |
|---|---|---|
| committer | 2021-08-26 14:37:16 -0700 | |
| commit | e92d87d791957d5b7ec01d0a8c679012c2370248 (patch) | |
| tree | 9f72e6bd6333da788d4390950b674217d486e6b5 /config-default.yml | |
| parent | Add time units to the `!remind edit` and `!remind edit duration` help messages (diff) | |
| parent | Merge pull request #1785 from python-discord/Output-public-url-when-sharing (diff) | |
Merge branch 'main' into update-remind-help
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 |