Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
giscience
big-data
ohsome
libs
ohsome2X
Commits
86b1c2c8
Commit
86b1c2c8
authored
Apr 29, 2020
by
Michael Auer
Browse files
fix type error
parent
046f1fb9
Changes
1
Show whitespace changes
Inline
Side-by-side
ohsome2x-cli/ohsome2x-cli.js
View file @
86b1c2c8
...
...
@@ -207,6 +207,7 @@ let configurePosgisStore = async () => {
},
{
name
:
'
port
'
,
type
:
'
number
'
,
default
:
5432
},
{
...
...
@@ -216,8 +217,8 @@ let configurePosgisStore = async () => {
name
:
'
user
'
},
{
type
:
'
password
'
,
name
:
'
password
'
,
type
:
'
password
'
,
mask
:
true
}
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment