1 |
52897
|
argiro.kok
|
!!!!Check the following for the override properties port
|
2 |
|
|
|
3 |
|
|
src/main/java/eu/dnetlib/uoaadmintools/UoaAdminToolsApplication.java
|
4 |
|
|
|
5 |
|
|
|
6 |
|
|
!! properties here cannot be overwritten in dnet-override.properties
|
7 |
|
|
src/main/resources/application.properties
|
8 |
|
|
|
9 |
|
|
!!Check dnet-override.properties that have override the properties from:
|
10 |
|
|
|
11 |
|
|
src/main/resources/admintools.properties
|
12 |
|
|
|
13 |
|
|
|
14 |
56383
|
k.triantaf
|
**DEV NEW 05-07-2019**
|
15 |
|
|
Replace admintool with admintool.mail on dnet-override properties
|
16 |
52897
|
argiro.kok
|
|
17 |
|
|
|
18 |
|
|
|
19 |
|
|
***BETA***
|
20 |
|
|
PORT: 8380
|
21 |
|
|
logs: /var/log/dnet/uoa-admin-tools/
|
22 |
|
|
|
23 |
|
|
#spring.data.mongodb.host=beta.services.openaire.eu
|
24 |
|
|
#spring.data.mongodb.port=27017
|
25 |
|
|
#spring.data.mongodb.database=openaireconnect
|
26 |
|
|
|
27 |
|
|
|
28 |
|
|
***Production***
|
29 |
|
|
|
30 |
|
|
PORT: 8480
|
31 |
|
|
logs: /var/log/dnet/uoa-admin-tools/
|
32 |
|
|
|
33 |
|
|
#spring.data.mongodb.host=services.openaire.eu
|
34 |
|
|
#spring.data.mongodb.port=27017
|
35 |
|
|
#spring.data.mongodb.database=openaireconnect
|
36 |
|
|
#spring.data.mongodb.username=dnet8480
|
37 |
|
|
#spring.data.mongodb.password=...
|