doc/web/source/_static/vmm.cfg
branchv0.7.x
changeset 694 b1bfd4d1d9c0
parent 585 ffd24974ed68
child 718 65a29a373c19
equal deleted inserted replaced
693:2e19ab98118a 694:b1bfd4d1d9c0
     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)