File: build.properties

package info (click to toggle)
libpgjava 9.4.1212-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,948 kB
  • ctags: 6,149
  • sloc: java: 49,887; xml: 1,265; sh: 237; perl: 83; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Default build parameters.  These may be overridden by local configuration
# settings in build.local.properties.
#

server=localhost
port=5432
database=test
username=test
password=test
privilegedUser=postgres
privilegedPassword=
sspiusername=testsspi
preparethreshold=5
loglevel=0
protocolVersion=0