mirror of
https://github.com/ijaric/voice_assistant.git
synced 2026-03-18 17:47:26 +00:00
fix: db settings improvements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user