Skip to content

Commit

Permalink
Update app-config.production.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fgauna12 committed Aug 17, 2022
1 parent 6d2c240 commit 733243c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-config.production.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
app:
# Should be the same as backend.baseUrl when using the `app-backend` plugin.
baseUrl: http://localhost:7007
baseUrl: ${BACKSTAGE_BASE_URL}

backend:
# Note that the baseUrl should be the URL that the browser and other clients
# should use when communicating with the backend, i.e. it needs to be
# reachable not just from within the backend host, but from all of your
# callers. When its value is "http://localhost:7007", it's strictly private
# and can't be reached by others.
baseUrl: http://localhost:7007
baseUrl: ${BACKSTAGE_BASE_URL}
listen:
port: 7007
# The following host directive binds to all IPv4 interfaces when its value
Expand Down

0 comments on commit 733243c

Please sign in to comment.