Stupid test

This commit is contained in:
niten 2022-06-19 15:11:51 -07:00
parent 39210c0871
commit f0c47ef903
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ in {
environment = {
PRICEBOT_EXCHANGE_HOST = cfg.exchange-host;
PRICEBOT_BEBOT_URL = cfg.mattermost-url;
PRICEBOT_BEBOT_AUTH_TOKEN_FILE = "%d/auth.token";
# PRICEBOT_BEBOT_AUTH_TOKEN_FILE = "%d/auth.token";
PRICEBOT_BEBOT_AUTH_TOKEN_FILE = "FUCKOFF";
PRICEBOT_BEBOT_CHANNEL_ID = opts.mattermost-channel-id;
PRICEBOT_TARGET_CURRENCY = opts.currency;
PRICEBOT_NOTIFY_USER = opts.notify-user;