You've already forked AstralRinth
forked from didirus/AstralRinth
* chore: move to .env.example * docs: meniton copying .env.example * chore: app-lib env example Co-authored-by: Alejandro González <7822554+AlexTMjugador@users.noreply.github.com> Signed-off-by: Erb3 <49862976+Erb3@users.noreply.github.com> --------- Signed-off-by: Erb3 <49862976+Erb3@users.noreply.github.com>
15 lines
277 B
Plaintext
15 lines
277 B
Plaintext
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 |