mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-07-12 19:03:24 +00:00
12 lines
196 B
Plaintext
12 lines
196 B
Plaintext
POSTGRES_HOST=db
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_USER=user
|
|
POSTGRES_PASSWORD=Qwe123
|
|
POSTGRES_NAME=api_db
|
|
|
|
NGINX_PORT=80
|
|
API_HOST=0.0.0.0
|
|
API_PORT=8000
|
|
|
|
JWT_SECRET_KEY=v9LctjUWwol4XbvczPiLFMDtZ8aal7mm
|