mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-12-16 18:46:17 +00:00
Рабочий Postgres
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
db_host=db
|
||||
db_port=5432
|
||||
db_user=user
|
||||
db_password=Qwe123
|
||||
db_name=notification_admin
|
||||
DB_HOST=db
|
||||
DB_PORT=5432
|
||||
DB_USER=user
|
||||
DB_PASSWORD=Qwe123
|
||||
DB_NAME=api_db
|
||||
|
||||
server_host=0.0.0.0
|
||||
server_port=8000
|
||||
SERVER_HOST=0.0.0.0
|
||||
SERVER_PORT=8000
|
||||
|
||||
jwt_secret_key=v9LctjUWwol4XbvczPiLFMDtZ8aal7mm
|
||||
JWT_SECRET_KEY=v9LctjUWwol4XbvczPiLFMDtZ8aal7mm
|
||||
|
||||
Reference in New Issue
Block a user