1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| baseUrl=http://localhost:8082/gmms2
| embeddedForLocal=true
|
| #selenium settings, options include firefox,ie,chrome,remote:localhost:4444:firefox
| selenium.driver=firefox
|
| #(optional)override jdbc url for functional test
| db.type=h2
| jdbc.driver=org.h2.Driver
| jdbc.url=jdbc:h2:file:~/.h2/gmms2-test;AUTO_SERVER=TRUE;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
| jdbc.username=sa
| jdbc.password=
|
| #log4jdbc driver
| #jdbc.url=jdbc:log4jdbc:h2:file:~/.h2/gmms2-test;AUTO_SERVER=TRUE;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
|
|