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
9
deploy/ansible/playbooks/templates/config.js.j2
Normal file
9
deploy/ansible/playbooks/templates/config.js.j2
Normal file
|
@ -0,0 +1,9 @@
|
|||
export default {
|
||||
service: {
|
||||
url: 'https://{{ web_domain }}/api',
|
||||
auth: {
|
||||
username: '{{ legacy_api_user }}',
|
||||
password: '{{ legacy_api_password }}'
|
||||
}
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue