Loading portal.local.cfg +1 −1 Original line number Original line Diff line number Diff line Loading @@ -39,7 +39,7 @@ FRONTEND_URL = "http://kontr.pstanko.net/gitlabLogin" # URI to connect to the database # URI to connect to the database # if 'sqlite://' - the in memory database will be used # if 'sqlite://' - the in memory database will be used #SQLALCHEMY_DATABASE_URI = f"sqlite:////{ROOT_DIR}/devel.db" #SQLALCHEMY_DATABASE_URI = f"sqlite:////{ROOT_DIR}/devel.db" SQLALCHEMY_DATABASE_URI = f"postgresql://postgres:postgres@localhost:5432/postgres" #SQLALCHEMY_DATABASE_URI = f"postgresql://postgres:postgres@localhost:5432/postgres" #SQLALCHEMY_ECHO=False #SQLALCHEMY_ECHO=False #SQLALCHEMY_RECORD_QUERIES #SQLALCHEMY_RECORD_QUERIES Loading Loading
portal.local.cfg +1 −1 Original line number Original line Diff line number Diff line Loading @@ -39,7 +39,7 @@ FRONTEND_URL = "http://kontr.pstanko.net/gitlabLogin" # URI to connect to the database # URI to connect to the database # if 'sqlite://' - the in memory database will be used # if 'sqlite://' - the in memory database will be used #SQLALCHEMY_DATABASE_URI = f"sqlite:////{ROOT_DIR}/devel.db" #SQLALCHEMY_DATABASE_URI = f"sqlite:////{ROOT_DIR}/devel.db" SQLALCHEMY_DATABASE_URI = f"postgresql://postgres:postgres@localhost:5432/postgres" #SQLALCHEMY_DATABASE_URI = f"postgresql://postgres:postgres@localhost:5432/postgres" #SQLALCHEMY_ECHO=False #SQLALCHEMY_ECHO=False #SQLALCHEMY_RECORD_QUERIES #SQLALCHEMY_RECORD_QUERIES Loading