diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-04-09 18:48:43 +0300 |
---|---|---|
committer | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-04-09 18:48:43 +0300 |
commit | c139b01c500b2e860ae889d2879ebd69ec82b82a (patch) | |
tree | 74f19be8a00b1f26c132ea23e74504e6a17006ee /epsdk-app-onap/src/main/webapp/WEB-INF | |
parent | be2c3fd920fffb4c8f6191a8491d8fba3c682a66 (diff) |
Adding cookie_domain property
Change-Id: Ic018490f5d3b7ebdebd2f5e9a19e3d62b4901f36
Issue-ID: VID-210
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'epsdk-app-onap/src/main/webapp/WEB-INF')
-rwxr-xr-x | epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties | 1 | ||||
-rwxr-xr-x | epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties | 1 |
2 files changed, 2 insertions, 0 deletions
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}
|