mirror of
https://github.com/apache/superset.git
synced 2026-05-06 16:34:32 +00:00
fix(cache): remove unused webserver config & handle trailing slashes (#22849)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user