Skip to content

Commit

Permalink
Use mattermost url from environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Oct 17, 2024
1 parent fe4dd5c commit 1b10bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mafiasi/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
BITPOLL_URL = env.str("MAFIASI_BITPOLL_URL", "https://bitpoll.mafiasi.de")
WHITEBOARD_URL = "https://spacedeck.mafiasi.de"
KANBOARD_URL = "https://kanboard.mafiasi.de"
MATTERMOST_URL = "https://mattermost.mafiasi.de"
MATTERMOST_URL = env.str("MAFIASI_MATTERMOST_URL", "https://mattermost.mafiasi.de")
MATRIX_URL = "https://matrix.mafiasi.de"
MENSA_URL = "https://mensa.mafiasi.de"
MODULKOMPASS_URL = "https://modulkompass.mafiasi.de"
Expand Down

0 comments on commit 1b10bd9

Please sign in to comment.