lecture-attendance-manager/config/initializers/services.rb
Joshua Coles 328616d55f
All checks were successful
Build and Publish Docker Container / build (push) Successful in 6m10s
Add comment and force rebuild
2023-10-07 15:00:03 +01:00

4 lines
196 B
Ruby

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