feat: s3 support
This commit is contained in:
parent
8c7b09b8d8
commit
bb52442373
6 changed files with 187 additions and 73 deletions
19
.env.example
19
.env.example
|
@ -1,13 +1,26 @@
|
|||
# Path to store images
|
||||
IMAGE_PATH=/tmp
|
||||
REDIRECT_URI=http://localhost:8081/api/auth/callback
|
||||
|
||||
# URL to frontend
|
||||
FRONTEND_URI=
|
||||
|
||||
# Domain (e.g. stereo.cat)
|
||||
DOMAIN=
|
||||
|
||||
# Discord oAuth2 credentials
|
||||
REDIRECT_URI=http://localhost:8081/api/auth/callback
|
||||
CLIENT_ID=
|
||||
CLIENT_SECRET=
|
||||
FRONTEND_URI=
|
||||
DOMAIN=localhost
|
||||
|
||||
# Listening port
|
||||
PORT=
|
||||
|
||||
# S3
|
||||
S3_ENDPOINT=
|
||||
S3_KEY=
|
||||
S3_SECRET=
|
||||
S3_BUCKET=
|
||||
|
||||
# can be either postgres or sqlite
|
||||
DATABASE_TYPE=
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue