switch from WSGI using uWSGI to ASGI using custom event loop based on uvicorn
This commit is contained in:
parent
b103205dfe
commit
6b3cc4c168
15 changed files with 610 additions and 8 deletions
13
deploy/ansible/inventory.yml.sample
Normal file
13
deploy/ansible/inventory.yml.sample
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
c3lf-nodes:
|
||||
hosts:
|
||||
<name>:
|
||||
ansible_ssh_host: <fqdn>
|
||||
ansible_ssh_user: root
|
||||
web_domain: <https_domain>
|
||||
git_branch: master
|
||||
git_repo: <git_repo_url>
|
||||
db_password: <db_password>
|
||||
main_email: <main_email>
|
||||
legacy_api_user: <legacy_api_user>
|
||||
legacy_api_password: <legacy_api_password>
|
Loading…
Add table
Add a link
Reference in a new issue