SlideRuleEarth / sliderule-prov-sys

Provisioning System for Slide Rule clusters
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Figure out the best practice for Django SITE_ID #34

Closed cugarteblair closed 1 year ago

cugarteblair commented 1 year ago

The Django SITE_ID is being passed as a hard coded environment variable. See if there is a way to dynamically use the current DOMAIN (i.e. testsliderule.org or slideruleearth.io) instead

cugarteblair commented 1 year ago

This issue from allauth sums up the issue here: allauth issue for SITE_ID