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

fix: db settings improvements

This commit is contained in:
Artem Litvinov
2023-09-29 17:13:35 +01:00
parent 771b5ba2f1
commit 46711d5172
2 changed files with 9 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
POSTGRES_PROTOCOL=postgresql+asyncpg
POSTGRES_DRIVER=postgresql+asyncpg
POSTGRES_HOST=db
POSTGRES_PORT=5432
POSTGRES_USER=user
POSTGRES_PASSWORD=Qwe123
POSTGRES_NAME=api_db
POSTGRES_DB_NAME=api_db
NGINX_PORT=80
API_HOST=0.0.0.0