Skip to content

Commit

Permalink
fix(dev/server-manualsetup): incorporate feedback from alex hofbeck (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsproat authored Dec 11, 2023
1 parent ec70992 commit c907ff0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dev/server-manualsetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ services:
restart: always
environment:
NUXT_PUBLIC_SERVER_NAME: 'local'
# TODO: Change NUXT_PUBLIC_API_ORIGIN to the URL of the speckle server, as accessed from the network. This is the same value as should be used for the CANONICAL_URL in the server section below.
NUXT_PUBLIC_API_ORIGIN: 'http://127.0.0.1'
NUXT_PUBLIC_BACKEND_API_ORIGIN: 'http://speckle-server:3000'

Expand Down Expand Up @@ -166,7 +167,7 @@ services:
POSTGRES_DB: 'speckle'
ENABLE_MP: 'false'

USE_FRONTEND_2: true
USE_FRONTEND_2: 'true'
# TODO: Change this to the URL of the speckle server, as accessed from the network
FRONTEND_ORIGIN: 'http://127.0.0.1'

Expand Down Expand Up @@ -324,6 +325,7 @@ services:
restart: always
environment:
NUXT_PUBLIC_SERVER_NAME: 'local'
# TODO: Change NUXT_PUBLIC_API_ORIGIN to the URL of the speckle server, as accessed from the network. This is the same value as should be used for the CANONICAL_URL in the server section below.
NUXT_PUBLIC_API_ORIGIN: 'http://127.0.0.1'
NUXT_PUBLIC_BACKEND_API_ORIGIN: 'http://speckle-server:3000'

Expand Down Expand Up @@ -360,7 +362,7 @@ services:
S3_SECRET_KEY: "minioadmin"
S3_BUCKET: "speckle-server"

USE_FRONTEND_2: true
USE_FRONTEND_2: 'true'
# TODO: Change this to the URL of the speckle server, as accessed from the network
FRONTEND_ORIGIN: 'http://127.0.0.1'

Expand Down

0 comments on commit c907ff0

Please sign in to comment.