Merge branch 'dev'

This commit is contained in:
2023-10-29 16:27:41 +03:00
9 changed files with 585 additions and 98 deletions

View File

@@ -1,10 +1,10 @@
from .config import (
DB_URL,
POSTGRES_DB,
POSTGRES_HOST,
POSTGRES_PASSWORD,
POSTGRES_PORT,
POSTGRES_USER,
DB_URL,
)
db_credentials = {"conninfo": DB_URL}