Allow configuration of the service URLs by ENV variables
Build and Publish Docker Container / build (push) Successful in 5m37s

This commit is contained in:
2023-10-07 14:56:13 +01:00
parent 735e16ed2c
commit babbbf2be5
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -0,0 +1,2 @@
TOGGL_PORTAL_URL = ENV['TOGGL_PORTAL_URL'] || 'http://localhost:3005'
PANOPTO_PORTAL_URL = ENV['PANOPTO_PORTAL_URL'] || 'https://lectures.joshuacoles.me'