Move to local toggl-portal to work around bug, also improve error handling and add the two missing sigs

This commit is contained in:
2024-02-04 17:36:13 +00:00
parent 5f6bd01882
commit 28c3fd27be
3 changed files with 24 additions and 6 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# TODO: Is there a better way to do this?
TOGGL_PORTAL_URL = ENV['TOGGL_PORTAL_URL'] || 'http://cosmos:7001'
TOGGL_PORTAL_URL = ENV['TOGGL_PORTAL_URL'] || 'http://localhost:3005' ||'http://cosmos:7001'
PANOPTO_PORTAL_URL = ENV['PANOPTO_PORTAL_URL'] || 'https://lectures.joshuacoles.me'