forked from USACE/cwms-data-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties.example
35 lines (32 loc) · 1.45 KB
/
gradle.properties.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#The following properties are required for the ./gradlew run task to work
# The actual values should be set in your personal ~/.gradle/gradle.properties file
# These are presented for example
CDA_JDBC_DRIVER=oracle.jdbc.driver.OracleDriver
CDA_JDBC_URL=jdbc:oracle:thin:@localhost/CWMSDB
# Or this format: CDA_JDBC_URL=jdbc:oracle:thin:@<hostname or ip>:<sid>
CDA_JDBC_USERNAME=username
CDA_JDBC_PASSWORD=password
CDA_LISTEN_PORT=7000
# While testing it is recommened to force the pool size to 1
# to Expose connection management issues.
CDA_POOL_INIT_SIZE=1
CDA_POOL_MAX_ACTIVE=1
CDA_POOL_MAX_IDLE=1
CDA_POOL_MIN_IDLE=0
# Allows an override of the default `spk-data` context used in the gradle run task
cda.war.context=cwms-data
# If you have an existing oracle instance the integration tests can skip the
# database setup and schema install process saving time.
# NOTE: the integration tests ASSUME, and MUST be able to ASSUME, that it has
# full control of that database.
# Do not
# - point test at production databases
# - point tests at any database you can't easily recover
# - point test at any database you generally care about
#testcontainer.cwms.bypass.url=jdbc:oracle:thin:@localhost:1521/FEATURES?oracle.net.disableOob=true
#testcontainer.cwms.bypass.sys.pass=vmwaresys
#testcontainer.cwms.bypass.cwms.pass=test
#testcontainer.cwms.bypass.office.id=HQ
## eroc must be lower case.
#testcontainer.cwms.bypass.office.eroc=l2
#testcontainer.cwms.bypass.network=database_net