Skip to content
GitLab
Menu
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
93fea9ca
Commit
93fea9ca
authored
Jul 01, 2013
by
Matija Obreza
Browse files
Default properties
parent
07aedce6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/resources/spring/spring.properties
View file @
93fea9ca
...
...
@@ -20,12 +20,14 @@
#db.username = sa
#db.password =
db.url
=
jdbc:mysql://
192.168.56.101
/aimprosoft?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
db.url
=
jdbc:mysql://
localhost
/aimprosoft?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
db.driverClassName
=
com.mysql.jdbc.Driver
db.username
=
root
db.password
=
mysql
db.password
=
# reCAPTCHA API
captcha.privateKey=A
captcha.publicKey
=
B
# paths
download.files.dir
=
./data/
src/test/resources/spring/spring.properties
View file @
93fea9ca
...
...
@@ -14,8 +14,20 @@
# limitations under the License.
#-------------------------------------------------------------------------------
#DB connection properties
db.url
=
jdbc:mysql://localhost/aimprosoft?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
db.driverClassName
=
com.mysql.jdbc.Driver
db.username
=
root
db.password
=
#In-memory HSQLDB
db.url
=
jdbc:hsqldb:mem:test
db.driverClassName
=
org.hsqldb.jdbc.JDBCDriver
db.username
=
sa
db.password
=
#db.url=jdbc:hsqldb:mem:test
#db.driverClassName = org.hsqldb.jdbc.JDBCDriver
#db.username = sa
#db.password =
# reCAPTCHA API
captcha.privateKey
=
A
captcha.publicKey
=
B
# paths
download.files.dir
=
/Users/mobreza/Downloads
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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