Skip to content

Commit

Permalink
Merge pull request #173 from com-pas/172-deployment-doesnt-run-locall…
Browse files Browse the repository at this point in the history
…y-on-windows

fix: changed hostname to localhost static ip
  • Loading branch information
Stef3st authored Feb 19, 2024
2 parents 55df070 + 40349c7 commit 3524717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compas/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0

COMPAS_HOSTNAME=localhost
COMPAS_HOSTNAME=127.0.0.1
CONFIGURATION_LOCATION=/nginx.conf
BACKDOOR_PORT=8000
BACKDOOR_PATH=next

0 comments on commit 3524717

Please sign in to comment.