mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore: make config files for dev by default
This commit is contained in:
parent
ccb18107ea
commit
69c930b67b
2 changed files with 3 additions and 3 deletions
|
|
@ -14,4 +14,4 @@ RUN pip install --no-cache-dir --upgrade -r /usr/learnhouse/requirements.txt
|
||||||
COPY ./ /usr/learnhouse
|
COPY ./ /usr/learnhouse
|
||||||
|
|
||||||
#
|
#
|
||||||
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "80" ]
|
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "80" , "--reload" ]
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@ site_description: LearnHouse is an open-source platform tailored for learning ex
|
||||||
contact_email: hi@learnhouse.app
|
contact_email: hi@learnhouse.app
|
||||||
|
|
||||||
general:
|
general:
|
||||||
development_mode: false
|
development_mode: true
|
||||||
install_mode: false
|
install_mode: true
|
||||||
|
|
||||||
security:
|
security:
|
||||||
auth_jwt_secret_key: secret
|
auth_jwt_secret_key: secret
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue