From: Sonsino, Ofir (os0695) Date: Mon, 9 Apr 2018 15:48:43 +0000 (+0300) Subject: Adding cookie_domain property X-Git-Tag: v2.0.0~31 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F46%2F77246%2F1;p=sandbox-vid.git Adding cookie_domain property Change-Id: Ic018490f5d3b7ebdebd2f5e9a19e3d62b4901f36 Issue-ID: VID-210 Signed-off-by: Sonsino, Ofir (os0695) --- 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 86e18940..fc42c625 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 0ce1d5d2..b837abb9 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}