lecture-attendance-manager/config/initializers/services.rb
2024-02-04 13:31:35 +00:00

4 lines
193 B
Ruby

# TODO: Is there a better way to do this?
TOGGL_PORTAL_URL = ENV['TOGGL_PORTAL_URL'] || 'http://cosmos:7001'
PANOPTO_PORTAL_URL = ENV['PANOPTO_PORTAL_URL'] || 'https://lectures.joshuacoles.me'