spring.profiles.active = dev spring.h2.console.enabled = true spring.datasource.url = jdbc:h2:/tmp/lbs/prova spring.datasource.username = lbs spring.datasource.password = lbs spring.datasource.driver-class-name = org.h2.Driver spring.jpa.hibernate.ddl-auto = update spring.jpa.database-platform = org.hibernate.dialect.H2Dialect lbs.database.driverName = ${spring.datasource.driver-class-name} lbs.database.url = ${spring.datasource.url} lbs.rabbit.enabled = false # for development server #lbs.rabbit.host = broker1-dev-dnet.d4science.org #lbs.rabbit.port = 5672 #lbs.rabbit.username = r_admin #lbs.rabbit.password = 9g8fed7gpohef9y84th98h #lbs.rabbit.queue = test_queue #lbs.rabbit.numberOfConsumers = 4 #lbs.rabbit.homepage = http://${lbs.rabbit.host}:15672 #lbs.elastic.clusterNodes = broker1-dev-dnet.d4science.org:9300 #lbs.elastic.clusterName = D-Net Dev Broker #lbs.elastic.homepage = http://broker1-dev-dnet.d4science.org:9200/_plugin/hq # for localhost lbs.rabbit.host = 127.0.0.1 lbs.rabbit.port = 5672 lbs.rabbit.username = admin lbs.rabbit.password = driver lbs.rabbit.queue = test_queue lbs.rabbit.numberOfConsumers = 2 lbs.rabbit.homepage = http://${lbs.rabbit.host}:15672 lbs.elastic.clusterNodes = 127.0.0.1:9300 lbs.elastic.clusterName = es_broker_dev lbs.elastic.homepage = http://127.0.0.1:9200/_plugin/hq lbs.elastic.eventsIndexName = events lbs.elastic.eventsIndexType = event lbs.elastic.notificationsIndexName = notifications lbs.elastic.notificationsIndexType = notification lbs.mail.from = notifications-noreply@openaire.eu lbs.mail.fromName = Literature Broker Service lbs.mail.cc = michele.artini@isti.cnr.it lbs.mail.smtpHost = smtp.isti.cnr.it lbs.mail.smtpPort = 587 lbs.mail.smtpUser = smtp-dnet lbs.mail.smtpPassword = hhr*7932 lbs.mail.message.template = classpath:/templates/openaire_mail.st lbs.queues.maxReturnedValues = 1000 lbs.task.deleteOldEvents.cron = 0 0 4 1/1 * ? lbs.task.deleteOldNotifications.cron = 0 0 5 1/1 * ? lbs.task.subscriptionEventsMatcher.cron = 0 0 6 1/1 * ? spring.data.elasticsearch.cluster-name = ${lbs.elastic.clusterName} spring.data.elasticsearch.cluster-nodes = ${lbs.elastic.clusterNodes}