Files
AstralRinth/.env
Aeledfyr 781f0c843e Implement more database methods and basic API routes (#50)
* feat: Implement more database methods & add mod and version routes

* feat: Implement deleting mods/versions & implement categories

* feat: Implement routes for categories, game versions & loaders

* feat: Reorganize API routes in a (hopefully) usable way
2020-08-12 12:54:03 -07:00

23 lines
416 B
Bash

DEBUG=true
RUST_LOG=info,sqlx::query=warn
CDN_URL=https://cdn.modrinth.com
DATABASE_URL=postgresql://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
# 1 hour
LOCAL_INDEX_INTERVAL=3600
# 4 hours
EXTERNAL_INDEX_INTERVAL=14400