Skip to content

Commit

Permalink
Merge pull request #78 from dimagi/fix-db-misnomer
Browse files Browse the repository at this point in the history
Fix database name
  • Loading branch information
Charl1996 authored Nov 18, 2024
2 parents 90931bf + 94fb95b commit b95e109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset_config.example.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
OAUTH2_DATABASE_NAME: 'postgresql://postgres:postgres@localhost:5432/superset_oauth2'
}

HQ_DATABASE_URI = "postgresql://commcarehq:commcarehq@localhost:5432/superset_hq_data"
HQ_DATABASE_URI = "postgresql://commcarehq:commcarehq@localhost:5432/superset_cchq_data"

# Populate with oauth credentials from your local CommCareHQ
OAUTH_PROVIDERS = [
Expand Down

0 comments on commit b95e109

Please sign in to comment.