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

[#10] fix rename DB variables to -> POSTGRES

This commit is contained in:
ksieuk
2023-09-23 17:57:39 +03:00
parent bde0f0c7e1
commit 9cabd80c9a
4 changed files with 14 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
DB_HOST=db
DB_PORT=5432
DB_USER=user
DB_PASSWORD=Qwe123
DB_NAME=api_db
POSTGRES_HOST=db
POSTGRES_PORT=5432
POSTGRES_USER=user
POSTGRES_PASSWORD=Qwe123
POSTGRES_NAME=api_db
API_HOST=0.0.0.0
API_PORT=8000