forked from USACE/cwms-data-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties.example
More file actions
26 lines (24 loc) · 1.17 KB
/
gradle.properties.example
File metadata and controls
26 lines (24 loc) · 1.17 KB
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
#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
# 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