mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2026-05-05 13:40:39 +03:00
initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user