Skip to content

Commit 64d848d

Browse files
fix: correct spelling of ohsomedb config parameter
1 parent 278616c commit 64d848d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ohsome_quality_api/config.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ def get_config_path() -> str:
2424

2525
def load_config_default() -> dict:
2626
return {
27-
"ohsomdb_host": "localhost",
28-
"ohsomdb_port": 5432,
29-
"ohsomdb_db": "postgres",
30-
"ohsomdb_user": "postgres",
31-
"ohsomdb_password": "mylocalpassword",
27+
"ohsomedb_host": "localhost",
28+
"ohsomedb_port": 5432,
29+
"ohsomedb_db": "postgres",
30+
"ohsomedb_user": "postgres",
31+
"ohsomedb_password": "mylocalpassword",
3232
"postgres_host": "localhost",
3333
"postgres_port": 5445,
3434
"postgres_db": "oqapi",

0 commit comments

Comments
 (0)