server.port=8080 server.tomcat.max-threads = 20 server.tomcat.max-connections = 10000 logging.file=/logs/spring-boot-logging.log spring.profiles.active=devel eu.eudat.logic.proxy.allowed.host=https://eestore.paas2.uninett.no ####################INVITATION MAIL CONFIGURATIONS############## ####################GENERIC MAIL CONFIGURATIONS################# mail.subject=Invitation to DMP Plan {dmpname} mail.from=citesagrdev@gmail.com ####################SPRING MAIL CONFIGURATIONS################# spring.mail.default-encoding=UTF-8 spring.mail.host=smtp.gmail.com spring.mail.username=citesagrdev@gmail.com spring.mail.password=w3l0v3CITe 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 #############LOGIN CONFIGURATIONS######### #############GENERIC LOGIN CONFIGURATIONS######### autouser.root.email=root@dmp.com autouser.root.password=root autouser.root.username=root #############FACEBOOK LOGIN CONFIGURATIONS######### facebook.login.clientId=110586756143149 facebook.login.clientSecret=522a847f05c873d0222c85109e24f55a facebook.login.namespace=eudat #############GOOGLE LOGIN CONFIGURATIONS######### google.login.clientId=524432312250-sc9qsmtmbvlv05r44onl6l93ia3k9deo.apps.googleusercontent.com #############LINKEDIN LOGIN CONFIGURATIONS######### linkedin.login.clientId=86bl8vfk77clh9 linkedin.login.clientSecret=2OCO9e3wKylW05Tt linkedin.login.redirect_uri=http://opendmp.eu/login/linkedin #############TWITTER LOGIN CONFIGURATIONS######### twitter.login.clientId=HiR4hQH9HNubKC5iKQy0l4mAZ twitter.login.clientSecret=9KZHgkqUO2QFnELSL14jeUvfUacWX23rqD8OW8X0xoRDXOSfKH twitter.login.redirect_uri=http://opendmp.eu/login/twitter #############B2 ACCESS CONFIGURATIONS######### 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 b2access.externallogin.redirect_uri=http://opendmp.eu/api/oauth/authorized/b2access b2access.externallogin.clientid=eudatdmptool b2access.externallogin.clientSecret=A3b*1*92 #############FILE STORAGE CONFIGURATIONS######### files.storage.temp = temp files.storage.final = final #############DYNAMIC PROJECT CONFIGURATIONS######### project.configuration.project.name = Project project.configuration.funder.name = Funder project.configuration.grant.name = Grant #############HTTP LOGGER DELAY CONFIGURATIONS######### http-logger.initial-delay = 0 http-logger.delay = 10 ##########################PERISTENCE########################################## #############GENERIC DATASOURCE CONFIGURATIONS######### database.driver-class-name=org.postgresql.Driver #############SPRING DATASOURCE CONFIGURATIONS######### spring.datasource.maxIdle: 10 spring.datasource.max-active: 70 spring.datasource.max-wait: 10000 spring.datasource.validationQuery: select 1 spring.datasource.removeAbandoned: true spring.datasource.removeAbandonedTimeout: 1 spring.datasource.logAbandoned: true spring.datasource.testOnBorrow: true spring.datasource.testOnConnect: false spring.datasource.testWhileIdle: false