sends own addr to auth callback (#639)

* sends own addr to auth callback

* shouldn't have http on local

* actually, both should have

* changed for consistency
This commit is contained in:
Wyatt Verchere
2023-06-15 16:12:02 -07:00
committed by GitHub
parent dd3599f5b3
commit d64c043838
3 changed files with 4 additions and 2 deletions

1
.env
View File

@@ -19,6 +19,7 @@ MEILISEARCH_ADDR=http://localhost:7700
MEILISEARCH_KEY=modrinth
BIND_ADDR=127.0.0.1:8000
SELF_ADDR=http://127.0.0.1:8000
MOCK_FILE_PATH=/tmp/modrinth
MINOS_URL=http://127.0.0.1:4000