equal
deleted
inserted
replaced
4 |
4 |
5 # |
5 # |
6 # Database settings |
6 # Database settings |
7 # |
7 # |
8 [database] |
8 [database] |
9 ; The Python PostgreSQL database adapter module to be used (String) |
|
10 ; Supported modules are: |
|
11 ; * psycopg2 |
|
12 ; * pyPgSQL |
|
13 module = psycopg2 |
|
14 ; Hostname or IP address of the database server (String) |
9 ; Hostname or IP address of the database server (String) |
15 host = localhost |
10 host = localhost |
16 ; The TCP port, on which the database server is listening for connections (Int) |
11 ; The TCP port, on which the database server is listening for connections (Int) |
17 port = 5432 |
12 port = 5432 |
18 ; SSL mode for the database connection (String) |
13 ; SSL mode for the database connection (String) |