mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
* chore(labrinth): fix typos, simplify out `remove_duplicates` func
* fix(labrinth): implement `capitalize_first` so that it can't panic on wide chars
* chore(labrinth): refactor out unneeded clone highlighted by nightly Clippy lints
* chore(labrinth): simplify `capitalize_first` implementation
* fix(labrinth): preserve ordering when deduplicating project field values
This addresses an unintended behavior change on
157647faf2.
* fix(labrinth/tests): make `index_swaps` test run successfully
I wonder why we don't run these more often...
* refactor: rename `.env.example` files to `.env.local`, make local envs more consistent between frontend and backend
* chore(labrinth/.env.local): proper email verif. and password reset paths
15 lines
277 B
Bash
15 lines
277 B
Bash
RUST_LOG=warn,daedalus_client=trace
|
|
|
|
BASE_URL=http://localhost:9000/meta
|
|
|
|
CONCURRENCY_LIMIT=10
|
|
|
|
S3_ACCESS_TOKEN=none
|
|
S3_SECRET=none
|
|
S3_URL=http://localhost:9000
|
|
S3_REGION=path-style
|
|
S3_BUCKET_NAME=meta
|
|
|
|
CLOUDFLARE_INTEGRATION=false
|
|
CLOUDFLARE_TOKEN=none
|
|
CLOUDFLARE_ZONE_ID=none |