updated select response

This commit is contained in:
2025-07-31 22:37:40 +03:00
parent 924b538559
commit b54bbe2db2
16 changed files with 1715 additions and 741 deletions

View File

@@ -10,7 +10,7 @@ POSTGRES_USER=postgres
POSTGRES_PASSWORD=password
POSTGRES_DB=postgres
POSTGRES_HOST=10.10.2.14
POSTGRES_PORT=5432
POSTGRES_PORT=5432+
POSTGRES_ENGINE=postgresql+psycopg2
POSTGRES_POOL_PRE_PING=True
POSTGRES_POOL_SIZE=20
@@ -18,7 +18,8 @@ POSTGRES_MAX_OVERFLOW=10
POSTGRES_POOL_RECYCLE=600
POSTGRES_POOL_TIMEOUT=30
POSTGRES_ECHO=True
DATABASE_URL="postgresql://postgres:password@10.10.2.14:5432/sample_db?schema=public"
#DATABASE_URL="postgresql://postgres:password@10.10.2.14:5432/sample_db?schema=public"
#DATABASE_URL="postgresql://postgres:password@10.10.2.14:5432/postgres?schema=public"
REDIS_HOST=10.10.2.15
REDIS_PASSWORD=your_strong_password_here