You've already forked AstralRinth
forked from didirus/AstralRinth
* Minos push (#589) * moving to other computer * working redirection * incomplete pat setup * no more errors * new migrations * fixed bugs; added user check * pats * resized pats * removed testing callback * lowered kratos_id size * metadata support * google not working * refactoring * restructured github_id * kratos-id optional, legacy accounts connect * default picture * merge mistake * clippy * sqlx-data.json * env vars, clippy * merge error * scopes into an i64, name * requested changes * removed banning * partial completion of github flow * revision --------- Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
6
.env
6
.env
@@ -21,6 +21,10 @@ MEILISEARCH_KEY=modrinth
|
||||
BIND_ADDR=127.0.0.1:8000
|
||||
MOCK_FILE_PATH=/tmp/modrinth
|
||||
|
||||
MINOS_URL=http://127.0.0.1:4000
|
||||
KRATOS_URL=http://127.0.0.1:4433
|
||||
ORY_AUTH_BEARER=none
|
||||
|
||||
STORAGE_BACKEND=local
|
||||
|
||||
BACKBLAZE_KEY_ID=none
|
||||
@@ -45,7 +49,7 @@ RATE_LIMIT_IGNORE_IPS='["127.0.0.1"]'
|
||||
|
||||
WHITELISTED_MODPACK_DOMAINS='["cdn.modrinth.com", "edge.forgecdn.net", "github.com", "raw.githubusercontent.com"]'
|
||||
|
||||
ALLOWED_CALLBACK_URLS='["localhost", ".modrinth.com"]'
|
||||
ALLOWED_CALLBACK_URLS='["localhost", ".modrinth.com", "127.0.0.1"]'
|
||||
|
||||
ARIADNE_ADMIN_KEY=feedbeef
|
||||
ARIADNE_URL=https://staging-ariadne.modrinth.com/v1/
|
||||
|
||||
Reference in New Issue
Block a user