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

feat: [#41] add tests from template

This commit is contained in:
ksieuk
2023-10-08 22:15:52 +03:00
parent e05eba76fd
commit 24992e5464
21 changed files with 336 additions and 0 deletions

View File

@@ -9,6 +9,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