File: vp_test.conf.example

package info (click to toggle)
python-vertica 1.4.0-2
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 948 kB
  • sloc: python: 6,914; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# To override default configuration information for the driver test system,
# create a new file called 'vp_test.conf' in this directory with the following syntax

[vp_test_config]

# Connection information
VP_TEST_HOST=10.0.0.2
VP_TEST_PORT=5000
VP_TEST_USER=dbadmin
#VP_TEST_DATABASE=vdb1
#VP_TEST_PASSWORD=abcdef1234

# Logging information
# Valid VP_TEST_LOG_LEVEL options: 'NOTSET', 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'
VP_TEST_LOG_LEVEL=DEBUG
VP_TEST_LOG_DIR=mylog/vp_tox_tests_log

# OAuth authentication information
#VP_TEST_OAUTH_USER=<can be ignored if VP_TEST_DATABASE is set>
#VP_TEST_OAUTH_ACCESS_TOKEN=******