fix(monorepo): make sure to use 127.0.0.1 instead of localhost

This commit is contained in:
Gergő Jedlicska
2023-08-03 10:28:57 +02:00
parent 10d9a6448f
commit ad0228c434
22 changed files with 82 additions and 32 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ services:
start_period: 90s
environment:
# TODO: Change this to the URL of the speckle server, as accessed from the network
CANONICAL_URL: 'http://localhost'
CANONICAL_URL: 'http://127.0.0.1'
# TODO: Change this to a unique secret for this server
SESSION_SECRET: 'TODO:Replace'