Skip to content

Commit ad9cbb4

Browse files
committed
Store superset metadata in superset-db's superset database
1 parent b3db77c commit ad9cbb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

superset/superset_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# superset metadata (slices, connections, tables, dashboards, ...).
2121
# Note that the connection information to connect to the datasources
2222
# you want to explore are managed directly in the web UI
23-
#SQLALCHEMY_DATABASE_URI = 'postgresql+psycopg2://postgres@superset_db:5432/superset'
23+
SQLALCHEMY_DATABASE_URI = 'postgresql+psycopg2://postgres@superset-db:5432/superset'
2424

2525
# Flask-WTF flag for CSRF
2626
WTF_CSRF_ENABLED = True

0 commit comments

Comments
 (0)