From c139b01c500b2e860ae889d2879ebd69ec82b82a Mon Sep 17 00:00:00 2001 From: "Sonsino, Ofir (os0695)" Date: Mon, 9 Apr 2018 18:48:43 +0300 Subject: Adding cookie_domain property Change-Id: Ic018490f5d3b7ebdebd2f5e9a19e3d62b4901f36 Issue-ID: VID-210 Signed-off-by: Sonsino, Ofir (os0695) --- epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties | 1 + epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties index 86e18940d..fc42c625a 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties @@ -61,6 +61,7 @@ decryption_key = AGLDdG4D04BKm2IxIWEr8o== #hb.dialect=org.hibernate.dialect.PostgreSQLDialect #hb.show_sql=true +cookie_domain = onap.org #Mysql db.driver = org.mariadb.jdbc.Driver db.connectionURL = jdbc:mariadb://localhost:3306/vid_openecomp_epsdk diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties index 0ce1d5d20..b837abb95 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties @@ -17,6 +17,7 @@ #hb.dialect=org.hibernate.dialect.PostgreSQLDialect #hb.show_sql=true +cookie_domain = onap.org #mysql db.driver = org.mariadb.jdbc.Driver db.connectionURL = jdbc:mariadb://${VID_MYSQL_HOST}:${VID_MYSQL_PORT}/${VID_MYSQL_DBNAME} -- cgit 1.2.3-korg