We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3db77c commit ad9cbb4Copy full SHA for ad9cbb4
1 file changed
superset/superset_config.py
@@ -20,7 +20,7 @@
20
# superset metadata (slices, connections, tables, dashboards, ...).
21
# Note that the connection information to connect to the datasources
22
# you want to explore are managed directly in the web UI
23
-#SQLALCHEMY_DATABASE_URI = 'postgresql+psycopg2://postgres@superset_db:5432/superset'
+SQLALCHEMY_DATABASE_URI = 'postgresql+psycopg2://postgres@superset-db:5432/superset'
24
25
# Flask-WTF flag for CSRF
26
WTF_CSRF_ENABLED = True
0 commit comments