diff --git a/dmp-backend/web/src/main/resources/application.properties b/dmp-backend/web/src/main/resources/application.properties index 9c874dadc..a0cd4305b 100644 --- a/dmp-backend/web/src/main/resources/application.properties +++ b/dmp-backend/web/src/main/resources/application.properties @@ -77,6 +77,8 @@ http-logger.server-address = http://logstash:31311 elasticsearch.host = tags-elastic-search elasticsearch.port = 9200 ############################ +dmp.domain = http://localhost:4200 +########################## # Number of ms to wait before throwing an exception if no connection is available. spring.datasource.maxIdle: 10 spring.datasource.max-active: 70