Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
e95ff537
Commit
e95ff537
authored
Feb 28, 2014
by
Matija Obreza
Browse files
Cookies configuration
parent
896d5fc8
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/resources/spring/spring-cache.xml
View file @
e95ff537
...
...
@@ -45,8 +45,9 @@
<prop
key=
"map-name"
>
jetty-sessions
</prop>
<prop
key=
"sticky-session"
>
false
</prop>
<prop
key=
"cookie-name"
>
hz-session-id
</prop>
<prop
key=
"cookie-secure"
>
false
</prop>
<prop
key=
"cookie-http-only"
>
true
</prop>
<prop
key=
"cookie-domain"
>
${base.cookie-domain}
</prop>
<prop
key=
"cookie-secure"
>
${base.cookie-secure}
</prop>
<prop
key=
"cookie-http-only"
>
${base.cookie-http-only}
</prop>
<prop
key=
"debug"
>
true
</prop>
<prop
key=
"instance-name"
>
genesys
</prop>
<prop
key=
"shutdown-on-destroy"
>
true
</prop>
...
...
src/main/resources/spring/spring.properties
View file @
e95ff537
...
...
@@ -15,6 +15,9 @@
#-------------------------------------------------------------------------------
base.url
=
http://localhost:8080
base.cookie-domain
=
base.cookie-secure
=
false
base.cookie-http-only
=
false
db.url
=
jdbc:mysql://localhost/genesys4?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
db.driverClassName
=
com.mysql.jdbc.Driver
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment