mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
7 lines
181 B
Python
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
|