diff options
Diffstat (limited to 'config-default.yml')
-rw-r--r-- | config-default.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index c5c9b12ce..ebd253c2c 100644 --- a/config-default.yml +++ b/config-default.yml @@ -417,6 +417,23 @@ anti_spam: max: 3 + +reddit: + client_id: !ENV "REDDIT_CLIENT_ID" + secret: !ENV "REDDIT_SECRET" + subreddits: + - 'r/Python' + + +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 |