Merge branch 'main' into extension_install_02

This commit is contained in:
Vlad Stan 2023-01-25 09:50:54 +02:00 committed by GitHub
commit 9cca87f738
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
66 changed files with 2637 additions and 1993 deletions

View file

@ -1,7 +1,9 @@
#For more information on .env files, their content and format: https://pypi.org/project/python-dotenv/
HOST=127.0.0.1
PORT=5000
# uvicorn variable, allow https behind a proxy
# uvicorn variable, uncomment to allow https behind a proxy
# FORWARDED_ALLOW_IPS="*"
DEBUG=false