39 lines
932 B
Plaintext
39 lines
932 B
Plaintext
!!!!Check the following for the override properties port
|
|
|
|
src/main/java/eu/dnetlib/uoaadmintools/UoaAdminToolsApplication.java
|
|
|
|
|
|
!! properties here cannot be overwritten in dnet-override.properties
|
|
src/main/resources/application.properties
|
|
|
|
!!Check dnet-override.properties that have override the properties from:
|
|
|
|
src/main/resources/admintools.properties
|
|
|
|
|
|
**DEV NEW 05-07-2019**
|
|
Replace admintool with admintool.mail on dnet-override properties
|
|
|
|
|
|
|
|
***BETA***
|
|
PORT: 8380
|
|
logs: /var/log/dnet/uoa-admin-tools/
|
|
|
|
#spring.data.mongodb.host=beta.services.openaire.eu
|
|
#spring.data.mongodb.port=27017
|
|
#spring.data.mongodb.database=openaireconnect
|
|
|
|
|
|
***Production***
|
|
|
|
PORT: 8480
|
|
logs: /var/log/dnet/uoa-admin-tools/
|
|
|
|
#spring.data.mongodb.host=services.openaire.eu
|
|
#spring.data.mongodb.port=27017
|
|
#spring.data.mongodb.database=openaireconnect
|
|
#spring.data.mongodb.username=dnet8480
|
|
#spring.data.mongodb.password=...
|
|
|