initial commit
This commit is contained in:
commit
b61931d8a1
17 changed files with 5200 additions and 0 deletions
7
.env.example
Normal file
7
.env.example
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
MINIO_ENDPOINT=
|
||||
MINIO_ACCESS_KEY=
|
||||
MINIO_SECRET_KEY=
|
||||
MINIO_REGION=
|
||||
ALLOWED_BUCKET=
|
||||
DB_PASSPHRASE=
|
||||
ALLOWED_EXTENSIONS=jpg,jpeg,png,gif,webp
|
||||
Loading…
Reference in a new issue