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
87da0417
Commit
87da0417
authored
Sep 25, 2017
by
Matija Obreza
Browse files
Update default genesys.properties for Docker image
parent
bf4a17cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/jetty/resources/genesys.properties
View file @
87da0417
#
# Basic
g
enesys properties
# You should use envirnment variables to override Genesys configuration defaults
# Basic
G
enesys properties
# You should use envir
o
nment variables to override Genesys configuration defaults
#
base.host
=
docker.local
base.hostname
=
${base.host}:8080
base.url
=
http
s
://${base.hostname}
base.cookie-secure
=
tru
e
base.url
=
http://${base.hostname}
base.cookie-secure
=
fals
e
base.cookie-http-only
=
true
robots.allow
=
false
db.url
=
jdbc:mysql://some-server/genesys?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
db.driverClassName
=
com.mysql.jdbc.Driver
db.username
=
genesys
# In-memory database
db.url
=
jdbc:hsqldb:mem:test;sql.syntax_mys=true
db.driverClassName
=
org.hsqldb.jdbc.JDBCDriver
db.username
=
sa
db.password
=
db.showSql
=
false
db.hbm2ddl
=
true
hibernate.dialect
=
org.hibernate.dialect.
My
SQL
5InnoDB
Dialect
hibernate.dialect
=
org.hibernate.dialect.
H
SQLDialect
data.dir
=
/data/genesys/
...
...
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