parent
654d4b9cba
commit
6882f16e14
2 changed files with 13 additions and 9 deletions
12
env
Normal file
12
env
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Logging
|
||||
RUST_LOG=info
|
||||
ROCKET_ADDRESS=0.0.0.0
|
||||
|
||||
# Rewrite links to point back to the archive itself
|
||||
ROUTE_INTERNAL=true
|
||||
|
||||
# Download missing routes on demand
|
||||
DOWNLOAD_ON_DEMAND=true
|
||||
|
||||
# Blacklisted domains (Comma-seperated regex)
|
||||
BLACKLIST_DOMAINS="google.com,.*.youtube.com"
|
Loading…
Add table
Add a link
Reference in a new issue