You've already forked AstralRinth
forked from didirus/AstralRinth
* Support for using a master key * Expand scope of PR, add wrapper struct, add files to intitial versions/mods * Change changelog path, run formatter * Split file changes into different PR * Formatting, rename main variable Co-authored-by: Aeledfyr <aeledfyr@gmail.com>
35 lines
687 B
Bash
35 lines
687 B
Bash
DEBUG=true
|
|
RUST_LOG=info,sqlx::query=warn
|
|
|
|
CORS_ORIGINS='["http://localhost:3000","https://modrinth.com"]'
|
|
CDN_URL=https://cdn.modrinth.com
|
|
|
|
DATABASE_URL=postgresql://labrinth:labrinth@localhost/labrinth
|
|
|
|
MEILISEARCH_ADDR=http://localhost:7700
|
|
MEILISEARCH_KEY=modrinth
|
|
|
|
BIND_ADDR=127.0.0.1:8000
|
|
MOCK_FILE_PATH=/tmp/modrinth
|
|
|
|
STORAGE_BACKEND=local
|
|
|
|
BACKBLAZE_KEY_ID=none
|
|
BACKBLAZE_KEY=none
|
|
BACKBLAZE_BUCKET_ID=none
|
|
|
|
S3_ACCESS_TOKEN=none
|
|
S3_SECRET=none
|
|
S3_URL=none
|
|
S3_REGION=none
|
|
S3_BUCKET_NAME=none
|
|
|
|
INDEX_CURSEFORGE=false
|
|
MAX_CURSEFORGE_ID=450000
|
|
# 1 hour
|
|
LOCAL_INDEX_INTERVAL=3600
|
|
# 12 hours
|
|
EXTERNAL_INDEX_INTERVAL=43200
|
|
|
|
GITHUB_CLIENT_ID=3acffb2e808d16d4b226
|
|
GITHUB_CLIENT_SECRET=none |