Skip to content

Commit

Permalink
Allow API access from outside the docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
SMarioMan authored Oct 30, 2024
1 parent 0442539 commit 6348e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.config.example
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ JWT_SECRET=1234
##################################################

API_PORT=5029
API_HOST=127.0.0.1
API_HOMEPAGE=https://craig.chat/
API_HOST=0.0.0.0
API_HOMEPAGE=http://localhost:5029
ENNUIZEL_BASE=https://ez.craig.horse/
TRUST_PROXY=
SENTRY_DSN=
Expand Down

0 comments on commit 6348e59

Please sign in to comment.