beyond-all-reason / teiserver

Middleware server for online gaming
https://www.beyondallreason.info/
MIT License
47 stars 47 forks source link

Dynamic discord integration #281

Closed geekingfrog closed 2 months ago

geekingfrog commented 3 months ago

ONLY LOOK AT THE LAST 4 COMMITS

This enable or disable the discord bridge through environment variable. This way, we can have one release bundle of teiserver that can be used for staging with the integration disabled, and the same bundle in prod. This was done following the nostrum doc about bundling it with the app.

This assume https://github.com/beyond-all-reason/teiserver/pull/278 is merged first (hence the warning about only looking at the last 4 commits).

@p2004a I think that's going to be useful for your work on ansible+docker