From 6348e597c4dab3c04ee8e4c0165e53bb720fc4b3 Mon Sep 17 00:00:00 2001 From: SMarioMan Date: Wed, 30 Oct 2024 00:44:12 -0700 Subject: [PATCH] Allow API access from outside the docker container --- install.config.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.config.example b/install.config.example index 21251746..fc2e59f6 100644 --- a/install.config.example +++ b/install.config.example @@ -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=