initial commit

This commit is contained in:
2023-05-01 02:37:14 +03:00
commit 4a5dfbff3a
23 changed files with 3739 additions and 0 deletions

10
settings/.env.ci.runtests Normal file
View 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"