mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-09-11 22:30:41 +03:00
11 lines
178 B
Plaintext
11 lines
178 B
Plaintext
STAGE="runtests"
|
|
|
|
APP_HOST="0.0.0.0"
|
|
APP_PORT="8000"
|
|
|
|
POSTGRES_HOST="postgres"
|
|
POSTGRES_PORT="5432"
|
|
POSTGRES_DB="relevancer"
|
|
POSTGRES_USER="user"
|
|
POSTGRES_PASSWORD="postgrespwd"
|