1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-12-16 12:36:18 +00:00

Merge branch 'main' into handler_orchestrator

This commit is contained in:
Aleksandr Sukharev
2023-10-14 15:15:09 +03:00
committed by GitHub
49 changed files with 900 additions and 24 deletions

View File

@@ -15,6 +15,10 @@ NGINX_PORT=80
API_HOST=0.0.0.0
API_PORT=8000
TEST_API_PROTOCOL=http
TEST_API_HOST=api
TEST_API_PORT=8000
JWT_SECRET_KEY=v9LctjUWwol4XbvczPiLFMDtZ8aal7mm
JWT_ALGORITHM=HS256