summaryrefslogtreecommitdiff
blob: ca1b68ef638da17535f2c205e6609fc14a9b9380 (plain)
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
# The database name
#SERVER_DB=terp

# The user for the database
# Default is the same as the database name (terp)
SERVER_USER=${SERVER_DB}


# ------------------------------------------------------
# If you run the database on localhost and
# have trust set in your pg_hba.conf (the default),
# you do not need to change anything below.
# ------------------------------------------------------

# The password for the database user
# Default is commented out (no password authentication)
#SERVER_PW=

# The database host to use
# Default is commented out (localhost)
#SERVER_HOST=

# The database port number to use
# Default is commented out (well-known port)
#SERVER_PORT=

# Additional parameters on the command line
#SERVER_OPTS=""