application.properties

This commit is contained in:
Michele Artini 2023-09-15 14:11:29 +02:00
parent 205fcb2038
commit 3976ecf45a
10 changed files with 62 additions and 9 deletions

View File

@ -1,6 +1,6 @@
server.title = D-NET Collector API
server.description = Simple service to collect metadata
server.servlet.context-path=/mail
server.public_url =
server.title = D-NET Collector API (postgres)
server.description = Simple service to collect metadata to a postgres database
server.servlet.context-path = /collect
server.public_url =
maven.pom.path = /META-INF/maven/eu.dnetlib.docker/dnet-collector/effective-pom.xml
maven.pom.path = /META-INF/maven/eu.dnetlib.docker/dnet-collector-postgres/effective-pom.xml

View File

@ -0,0 +1,6 @@
server.title = D-NET Context Manager
server.description = D-NET Context Manager
server.servlet.context-path = /contexts
server.public_url =
maven.pom.path = /META-INF/maven/eu.dnetlib.docker/dnet-context-manager/effective-pom.xml

View File

@ -0,0 +1,6 @@
server.title = D-NET Datasource Manager
server.description = D-NET Datasource Manager
server.servlet.context-path = /dsm
server.public_url =
maven.pom.path = /META-INF/maven/eu.dnetlib.docker/dnet-datasource-manager/effective-pom.xml

View File

@ -1,9 +1,9 @@
server.title = D-NET Mail Sender API
server.description = Simple service that sends mails
server.servlet.context-path=/mail
server.title = D-NET Mail Sender API
server.description = Simple service that sends mails
server.servlet.context-path = /mail
server.public_url =
maven.pom.path = /META-INF/maven/eu.dnetlib.docker/dnet-email/effective-pom.xml
maven.pom.path = /META-INF/maven/eu.dnetlib.docker/dnet-email-sender/effective-pom.xml
mail.smtpHost = localhost
mail.smtpPort = 587

View File

@ -0,0 +1,7 @@
server.title = D-NET Metadata Indexer (SOLR)
server.description = D-NET Metadata Indexer (SOLR)
server.servlet.context-path = /indexer
server.public_url =
maven.pom.path = /META-INF/maven/eu.dnetlib.docker/dnet-indexer-solr/effective-pom.xml

View File

@ -0,0 +1,7 @@
server.title = D-NET MDSM
server.description = D-NET Metadata Store Manager
server.servlet.context-path = /mdsm
server.public_url =
maven.pom.path = /META-INF/maven/eu.dnetlib.docker/dnet-mdstore-manager/effective-pom.xml

View File

@ -0,0 +1,7 @@
server.title = D-NET OAI Exporter
server.description = D-NET Service for metadata export using OAI-PMH
server.servlet.context-path = /oai-export
server.public_url =
maven.pom.path = /META-INF/maven/eu.dnetlib.docker/dnet-oai-exporter/effective-pom.xml

View File

@ -0,0 +1,7 @@
server.title = D-NET Resource Manager
server.description = D-NET Resource Manager
server.servlet.context-path = /resources
server.public_url =
maven.pom.path = /META-INF/maven/eu.dnetlib.docker/dnet-resource-manager/effective-pom.xml

View File

@ -0,0 +1,6 @@
server.title = D-NET Transformer API (postgres)
server.description = Simple service to transform metadata in a postgres database
server.servlet.context-path = /transform
server.public_url =
maven.pom.path = /META-INF/maven/eu.dnetlib.docker/dnet-transformer-postgres/effective-pom.xml

View File

@ -0,0 +1,7 @@
server.title = D-NET Workflow Manager
server.description = D-NET Workflow Manager
server.servlet.context-path = /wfs
server.public_url =
maven.pom.path = /META-INF/maven/eu.dnetlib.docker/dnet-wf-manager/effective-pom.xml