vmm.cfg
branchv0.7.x
changeset 694 b1bfd4d1d9c0
parent 584 f9a2327f57a6
child 720 d1b32cdf8dda
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)