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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user