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
urgi-is
data-discovery
Commits
45f9e3a6
Commit
45f9e3a6
authored
Mar 12, 2019
by
Guillaume Cornut
Browse files
fix: Fix gnpis elasticsearch prefix. Fix harvest script error message.
parent
27b57b1e
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
45f9e3a6
...
...
@@ -417,7 +417,7 @@ This readme will be useful :
password: f01a7031fc17
data-discovery:
elasticsearch-prefix: '
gnpis
-dev-'
elasticsearch-prefix: '
data-discovery
-dev-'
resource-dir: /tmp/data-discovery-dev/resources
server:
...
...
backend/src/main/resources/application.yml
View file @
45f9e3a6
...
...
@@ -76,7 +76,7 @@ spring:
password
:
f01a7031fc17
data-discovery
:
elasticsearch-prefix
:
'
gnpis
-dev-'
elasticsearch-prefix
:
'
data-discovery
-dev-'
resource-dir
:
/tmp/data-discovery-dev/resources
server
:
...
...
scripts/harvestCI.sh
View file @
45f9e3a6
...
...
@@ -45,7 +45,7 @@ while [ -n "$1" ]; do
done
if
[
-z
"
$APP_URL
"
]
||
[
-z
"
$APP_NAME
"
]
||
[
-z
"
$APP_ENV
"
]
;
then
echo
"ERROR:
host, port
, app and env parameters are mandatory!"
echo
"ERROR:
url
, app and env parameters are mandatory!"
echo
&&
help
exit
4
fi
...
...
Write
Preview
Markdown
is supported
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