lecture-attendance-manager/config/initializers/services.rb
Joshua Coles babbbf2be5
All checks were successful
Build and Publish Docker Container / build (push) Successful in 5m37s
Allow configuration of the service URLs by ENV variables
2023-10-07 14:56:13 +01:00

3 lines
154 B
Ruby

TOGGL_PORTAL_URL = ENV['TOGGL_PORTAL_URL'] || 'http://localhost:3005'
PANOPTO_PORTAL_URL = ENV['PANOPTO_PORTAL_URL'] || 'https://lectures.joshuacoles.me'