Commit f407f2c2 authored by Noel Alonso's avatar Noel Alonso
Browse files

Update src/main/resources/application.properties, deploy/.env,...

Update src/main/resources/application.properties, deploy/.env, deploy/docker-compose.tmpl.yml, pom.xml files
parent 32172816
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
MICROSERVICE_NAME=user
MICROSERVICE_PORT=8082
PROPERTY_CONTACTREDMIC=user@example.com
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ services:
      - OAUTH_CLIENT_ID
      - OAUTH_CLIENT_SECRET
      - RECAPTCHA_SECRET
      - PROPERTY_CONTACTREDMIC
      - JAVA_OPTS=-XX:MaxRAMFraction=2
    networks:
      - postgres-net
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
	<modelVersion>4.0.0</modelVersion>
	<artifactId>user</artifactId>
	<packaging>jar</packaging>
	<version>0.9.0</version>
	<version>0.9.1</version>
	<name>User</name>
	<description>Account management and user services</description>
	
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ controller.mapping.FEEDBACK=/feedback
#Properties
property.GUEST_USERNAME=invitado@redmic.es
property.GUEST_USERNAME_OAUTH=anonymousUser
property.CONTACTREDMIC=redmic@oag-fundacion.org
property.CONTACTREDMIC=user@example.com
property.PASSWORD_TIME_OUT=168

#Exclude from autoconfigure