This commit is contained in:
parent
cfef57d8a1
commit
e1dd679c47
19 changed files with 1807 additions and 73 deletions
|
|
@ -19,3 +19,10 @@ TURN_PASSWORD=replace-me
|
|||
# 32+ random chars; used to sign session cookies
|
||||
SESSION_SECRET=replace-with-long-random-secret
|
||||
COOKIE_SECURE=false
|
||||
|
||||
# Cloudflare R2 media uploads
|
||||
R2_ACCOUNT_ID=replace-me
|
||||
R2_ACCESS_KEY_ID=replace-me
|
||||
R2_SECRET_ACCESS_KEY=replace-me
|
||||
R2_BUCKET=chattz-media
|
||||
R2_PUBLIC_BASE_URL=https://media.example.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue