fix: update reference (#392)
This commit is contained in:
parent
f71aab2cde
commit
ce26a414ac
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
# if using s3/supabase make sure to comment out the other datasources
|
||||
|
||||
CORE_HTTPS=true
|
||||
CORE_RETURN_HTTPS=true
|
||||
CORE_SECRET="changethis"
|
||||
CORE_HOST=0.0.0.0
|
||||
CORE_PORT=3000
|
||||
|
@ -44,3 +44,5 @@ URLS_LENGTH=6
|
|||
|
||||
RATELIMIT_USER=5
|
||||
RATELIMIT_ADMIN=3
|
||||
|
||||
# for more variables checkout the docs
|
Loading…
Reference in a new issue