mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
read anon user role from config, remove reference to public role (#1878)
* read anon user role from configuration, add anon user role as 'Public' to testing configuration * apply suggestions
This commit is contained in:
committed by
Maxime Beauchemin
parent
3e6f90cf72
commit
ea8e6634d6
@@ -20,7 +20,7 @@ CSRF_ENABLED = False
|
||||
SECRET_KEY = 'thisismyscretkey'
|
||||
WTF_CSRF_ENABLED = False
|
||||
PUBLIC_ROLE_LIKE_GAMMA = True
|
||||
|
||||
AUTH_ROLE_PUBLIC = 'Public'
|
||||
|
||||
class CeleryConfig(object):
|
||||
BROKER_URL = 'sqla+sqlite:///' + SQL_CELERY_DB_FILE_PATH
|
||||
|
||||
Reference in New Issue
Block a user