debian/littlebird-tc-common.templates
changeset 1 5a522231424b
child 5 39695f73e414
equal deleted inserted replaced
0:7585b3934c11 1:5a522231424b
       
     1 Template: littlebird-tc-common/TITLE
       
     2 Type: title
       
     3 Description: This is the Little Bird Trust Center Common package.
       
     4 
       
     5 Template: littlebird-tc-common/db/host
       
     6 Type: string
       
     7 Default: localhost
       
     8 Description: The name or IP address of the MySQL server.
       
     9  Optionally you may append a port number (default port
       
    10  used is 3306), separated by a colon ":".
       
    11 
       
    12 Template: littlebird-tc-common/db/user
       
    13 Type: string
       
    14 Default: littlebird
       
    15 Description: The user to be used for the database connection.
       
    16 
       
    17 Template: littlebird-tc-common/db/pass
       
    18 Type: password
       
    19 Default:
       
    20 Description: The password to be used for the database connection.
       
    21 
       
    22 Template: littlebird-tc-common/db/name
       
    23 Type: string
       
    24 Default: littlebird
       
    25 Description: The name of the database we should use.
       
    26