We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278616c commit 64d848dCopy full SHA for 64d848d
ohsome_quality_api/config.py
@@ -24,11 +24,11 @@ def get_config_path() -> str:
24
25
def load_config_default() -> dict:
26
return {
27
- "ohsomdb_host": "localhost",
28
- "ohsomdb_port": 5432,
29
- "ohsomdb_db": "postgres",
30
- "ohsomdb_user": "postgres",
31
- "ohsomdb_password": "mylocalpassword",
+ "ohsomedb_host": "localhost",
+ "ohsomedb_port": 5432,
+ "ohsomedb_db": "postgres",
+ "ohsomedb_user": "postgres",
+ "ohsomedb_password": "mylocalpassword",
32
"postgres_host": "localhost",
33
"postgres_port": 5445,
34
"postgres_db": "oqapi",
0 commit comments