argos/dmp-backend/web/src/main/resources/application.properties

76 lines
4.0 KiB
Properties
Raw Normal View History

2018-01-12 17:32:47 +01:00
##########################Security##########################################
2018-06-27 12:29:21 +02:00
#eu.eudat.logic.security.portmapping.http = 7081
#eu.eudat.logic.security.portmapping.https = 7444
2018-01-12 17:32:47 +01:00
########################/Security########################################
2018-01-17 13:03:51 +01:00
server.port=8080
logging.file=/logs/spring-boot-logging.log
2018-01-12 17:32:47 +01:00
##########################Persistence##########################################
database.driver-class-name=org.postgresql.Driver
2018-02-09 16:54:41 +01:00
devel.database.url=jdbc:postgresql://dbserver02.local.cite.gr:5432/dmptool
devel.database.username=dmtadm
devel.database.password=t00L4DM@18!
production.database.url=jdbc:postgresql://develdb1.madgik.di.uoa.gr:5432/dmptool
production.database.username=dmptool
production.database.password=dmpt00lu$r
2018-01-12 17:32:47 +01:00
##########################/Persistence##########################################
###################Allowed Proxy Service Host ############################
2018-06-27 12:29:21 +02:00
eu.eudat.logic.proxy.allowed.host=https://eestore.paas2.uninett.no
2018-07-11 15:47:36 +02:00
configuration.externalUrls=/tmp/ExternalUrls.xml
configuration.dynamicProjectUrl=/tmp/ProjectConfiguration.xml
2018-05-14 08:44:35 +02:00
2018-01-12 17:32:47 +01:00
#######################################################
########################/Email#############################
spring.mail.default-encoding=UTF-8
spring.mail.host=smtp.gmail.com
2018-01-23 16:21:38 +01:00
spring.mail.username=citesagrdev@gmail.com
spring.mail.password=w3l0v3CITe
2018-01-12 17:32:47 +01:00
spring.mail.port=587
spring.mail.protocol=smtp
spring.mail.test-connection=false
spring.mail.properties.mail.smtp.auth=true
spring.mail.properties.mail.smtp.starttls.enable=true
2018-01-17 13:03:51 +01:00
mail.subject=Invitation to DMP Plan {dmpname}
2018-08-30 13:09:36 +02:00
mail.content=You have been invited to {dmpname} data management plan.Follow the link http://dl043.madgik.di.uoa.gr/dmps/invitation/{invitationID} to submit it
2018-01-17 13:03:51 +01:00
mail.from=citesagrdev@gmail.com
2018-01-12 17:32:47 +01:00
########################FACEBOOK LOGIN Properties#############################
2018-01-17 13:03:51 +01:00
facebook.login.clientId=110586756143149
facebook.login.clientSecret=522a847f05c873d0222c85109e24f55a
facebook.login.namespace=eudat
2018-01-12 17:32:47 +01:00
########################GOOGLE LOGIN Properties#############################
2018-01-17 13:03:51 +01:00
google.login.clientId=524432312250-sc9qsmtmbvlv05r44onl6l93ia3k9deo.apps.googleusercontent.com
2018-01-12 17:32:47 +01:00
########################LINKEDIN LOGIN Properties#############################HiR4hQH9HNubKC5iKQy0l4mAZ
2018-01-17 13:03:51 +01:00
linkedin.login.clientId=86bl8vfk77clh9
linkedin.login.clientSecret=2OCO9e3wKylW05Tt
2018-09-18 14:41:24 +02:00
linkedin.login.redirect_uri=http://opendmp.eu/login/linkedin
2018-01-12 17:32:47 +01:00
########################LINKEDIN LOGIN Properties#############################
2018-01-17 13:03:51 +01:00
twitter.login.clientId=HiR4hQH9HNubKC5iKQy0l4mAZ
twitter.login.clientSecret=9KZHgkqUO2QFnELSL14jeUvfUacWX23rqD8OW8X0xoRDXOSfKH
2018-09-18 14:41:24 +02:00
twitter.login.redirect_uri=http://opendmp.eu/login/twitter
2018-01-12 17:32:47 +01:00
########################Persistence/Hibernate/Batch##############################
2018-02-16 08:45:18 +01:00
spring.profiles.active=devel
2018-01-31 16:39:16 +01:00
########################Persistence/Hibernate/Connection pool####################
2018-02-16 11:34:02 +01:00
autouser.root.email=root@dmp.com
autouser.root.password=root
2018-02-23 11:36:51 +01:00
autouser.root.username=root
#################################################################################
2018-03-06 15:58:38 +01:00
b2access.externallogin.user_info_url=https://b2access-integration.fz-juelich.de:443/oauth2/userinfo
b2access.externallogin.access_token_url=https://b2access-integration.fz-juelich.de:443/oauth2/token
2018-09-18 14:41:24 +02:00
b2access.externallogin.redirect_uri=http://opendmp.eu/api/oauth/authorized/b2access
2018-03-06 15:58:38 +01:00
b2access.externallogin.clientid=eudatdmptool
b2access.externallogin.clientSecret=A3b*1*92
2018-03-05 17:18:45 +01:00
#################################################################################
2018-07-11 15:47:36 +02:00
pdf.converter.url=http://localhost:81/
2018-03-19 13:40:04 +01:00
files.storage.temp = temp
2018-03-28 15:24:47 +02:00
files.storage.final = final
#################################################################################
project.configuration.project.name = Project
project.configuration.funder.name = Funder
2018-06-05 10:18:01 +02:00
project.configuration.grant.name = Grant
#################################################################################
http-logger.initial-delay = 0
http-logger.delay = 10
2018-07-11 15:47:36 +02:00
http-logger.server-address = http://logstash:31311
#############################Elastic Search######################################
2018-08-27 17:09:33 +02:00
elasticsearch.host = localhost
elasticsearch.port = 9201