add video streaming endpoints
adjust config for bypassing nginx add communication to ergo add cachebusting + fixing icons
This commit is contained in:
parent
15e1018476
commit
6a69c5a34d
6 changed files with 160 additions and 10 deletions
|
|
@ -7,7 +7,9 @@ alembic = configparser.ConfigParser()
|
|||
alembic.read("alembic.ini")
|
||||
|
||||
engine = create_engine(
|
||||
alembic.get("alembic", "sqlalchemy.url")
|
||||
alembic.get("alembic", "sqlalchemy.url"),
|
||||
pool_pre_ping=True,
|
||||
pool_recycle=3600
|
||||
)
|
||||
|
||||
SessionMaker = sessionmaker(autocommit=False, autoflush=False, bind=engine)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue