debian/littlebird-tc-common.templates
branchtesting
changeset 7 c34f5210c656
parent 5 39695f73e414
child 11 24417d8949b5
equal deleted inserted replaced
6:e9d06ed052d3 7:c34f5210c656
     1 Template: littlebird-tc-common/TITLE
     1 Template: littlebird-tc-common/TITLE
     2 Type: title
     2 Type: title
     3 Description: This is the littlebird trust center package.
     3 Description: This is the littlebird trust center package.
     4 
     4 
     5 Template: littlebird-tc-common/db/host
     5 Template: littlebird-tc/db/host
     6 Type: string
     6 Type: string
     7 Default: localhost
     7 Default: localhost
     8 Description: The name or IP address of the MySQL server.
     8 Description: The name or address of the MySQL server (hostname[:port]).
     9  Optionally you may append a port number (default port
     9  We need to know how to connect to your database server. Please note,
    10  used is 3306), separated by a colon ":".
    10  that some mysql clients use a local UNIX socket connection if you enter
       
    11  "localhost", but use a local TCP connection, if you enter "127.0.0.1".
       
    12  .
       
    13  You may append (separeted by a colon (":")) a port number, if your
       
    14  server does not listen on the default (currently 3306) port.
    11 
    15 
    12 Template: littlebird-tc-common/db/user
    16 Template: littlebird-tc/db/user
    13 Type: string
    17 Type: string
    14 Default: littlebird
    18 Default: littlebird
    15 Description: The user to be used for the database connection.
    19 Description: The database user to be used for the database connection.
    16  This user is used for all normal operations.
    20  This is the user to be used for all normal operations. If this is a
       
    21  fresh installation, we will create the account.
    17 
    22 
    18 Template: littlebird-tc-common/db/pass
    23 Template: littlebird-tc/db/pass
    19 Type: password
    24 Type: password
    20 Default:
    25 Default:
    21 Description: The password to be used for the database connection.
    26 Description: The password to be used for the database connection.
    22 
    27 
    23 Template: littlebird-tc-common/db/name
    28 Template: littlebird-tc/db/name
    24 Type: string
    29 Type: string
    25 Default: littlebird
    30 Default: littlebird
    26 Description: The name of the database we should use.
    31 Description: The name of the database we should use.
    27 
    32