You've already forked AstralRinth
forked from didirus/AstralRinth
25 lines
514 B
Bash
25 lines
514 B
Bash
DEBUG=true
|
|
RUST_LOG=info,sqlx::query=warn
|
|
|
|
CDN_URL=https://cdn.modrinth.com
|
|
|
|
DATABASE_URL=postgresql://labrinth:labrinth@localhost/labrinth
|
|
MEILISEARCH_ADDR=http://localhost:7700
|
|
|
|
BIND_ADDR=127.0.0.1:8000
|
|
MOCK_FILE_PATH=/tmp/modrinth
|
|
|
|
BACKBLAZE_ENABLED=false
|
|
BACKBLAZE_KEY_ID=none
|
|
BACKBLAZE_KEY=none
|
|
BACKBLAZE_BUCKET_ID=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 |