fix: listen on 127.0.0.1
This commit is contained in:
parent
5c638d1920
commit
c3dcb882cf
5 changed files with 16 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
AUTH_SECRET="auth_secret"
|
||||
AUTH_URL="http://localhost:3000"
|
||||
HOSTNAME=0.0.0.0
|
||||
AUTH_URL="http://127.0.0.1:3000"
|
||||
HOSTNAME="127.0.0.1"
|
||||
DATABASE_URL="file:./dev.db"
|
||||
AUTH_AUTHENTIK_ISSUER="auth_issuer"
|
Loading…
Add table
Add a link
Reference in a new issue