mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-12-16 21:20:39 +03:00
initial commit
This commit is contained in:
10
settings/.env.ci.runtests
Normal file
10
settings/.env.ci.runtests
Normal file
@@ -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