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

56 lines
3.0 KiB
Properties

##########################Security##########################################
#eu.eudat.security.portmapping.http = 7081
#eu.eudat.security.portmapping.https = 7444
##########################/Security########################################
##########################Persistence##########################################
database.driver-class-name=org.postgresql.Driver
database.url = jdbc:postgresql://develdb1.madgik.di.uoa.gr:5432/dmptool
##########################/Persistence##########################################
###################Allowed Proxy Service Host ############################
eu.eudat.proxy.allowed.host = https://eestore.paas2.uninett.no
configuration.externalUrls = file:///C:\\Users\\ikalyvas\\Documents\\Projects\\OpenAIRE-EUDAT-DMP-service-pilot\\dmp-backend\\src\\main\\resources\\ExternalUrls.xml
#######################################################
########################/Email#############################
spring.mail.default-encoding=UTF-8
spring.mail.host=smtp.gmail.com
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
mail.subject = Invitation to DMP Plan {dmpname}
mail.content = You have been invited to {dmpname} data management plan.Follow the link localhost:4200/invitation/{invitationID} to submit it
mail.from = citesagrdev@gmail.com
########################Persistence/Hibernate Generic#############################
########################Persistence/Hibernate/Batch##############################
#persistence.hibernate.jdbc.batch_size = 30
#persistence.hibernate.order_inserts = true
#persistence.hibernate.order_updates = true
#persistence.hibernate.batch_versioned_data = true
#persistence.hibernate.jdbc.batch_versioned_data = DELAYED_ACQUISITION_AND_RELEASE_AFTER_TRANSACTION
########################Persistence/Hibernate/Batch##############################
########################Persistence/Hibernate/Connection pool####################
#persistence.hibernate.connectionpool.provider_class = org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider
#persistence.hibernate.connectionpool.c3p0.min_size = 5
#persistence.hibernate.connectionpool.c3p0.max_size = 100
#persistence.hibernate.connectionpool.c3p0.timeout = 0
#persistence.hibernate.connectionpool.c3p0.max_statements = 50
#persistence.hibernate.connectionpool.c3p0.acquire_retry_attempts = 30
#persistence.hibernate.connectionpool.c3p0.acquire_retry_delay = 1000
#persistence.hibernate.connectionpool.c3p0.idle_test_period = 3000
#persistence.hibernate.connectionpool.c3p0.break_after_acquire_failure = false
#persistence.hibernate.connectionpool.c3p0.idle_connection_test_period = 3600
#persistence.hibernate.connectionpool.c3p0.test_connection_on_checkin = true
#persistence.hibernate.connectionpool.c3p0.test_connection_on_checkout = false
#persistence.hibernate.connectionpool.c3p0.preferred_test_query = select 1
########################Persistence/Hibernate/Connection pool####################