superset/tests/panoramix_test_config.py

7 lines
181 B
Python

from panoramix.config import *
AUTH_USER_REGISTRATION_ROLE = 'alpha'
SQLALCHEMY_DATABASE_URI = 'sqlite:////tmp/panoramix_unittests.db'
DEBUG = True
PANORAMIX_WEBSERVER_PORT = 8081