Add .env example

This commit is contained in:
CronyAkatsuki 2023-11-01 16:35:11 +01:00
parent 8b7b009941
commit 4a0136c9a3
2 changed files with 2 additions and 0 deletions

1
.env.example Normal file
View File

@ -0,0 +1 @@
UPLOAD_ONLY=1 # Enable upload only for the instance

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
__pycache__
upload
env
.env