fix(cache): remove unused webserver config & handle trailing slashes (#22849)

This commit is contained in:
Usiel Riedl
2024-02-01 07:34:07 -08:00
committed by GitHub
parent 4c5176eea8
commit 56069b05f9
5 changed files with 60 additions and 8 deletions

View File

@@ -25,7 +25,6 @@ SQLALCHEMY_DATABASE_URI = "sqlite:///" + os.path.join(
DATA_DIR, "unittests.integration_tests.db"
)
DEBUG = True
SUPERSET_WEBSERVER_PORT = 8081
# Allowing SQLALCHEMY_DATABASE_URI to be defined as an env var for
# continuous integration