debian/littlebird-tc-common.templates
changeset 75 a587bc920c3d
parent 72 13e6c7d7e367
child 84 e54c345e0d4a
equal deleted inserted replaced
74:875e0c6a6c1c 75:a587bc920c3d
     3 _Description: This is the littlebird trust center package.
     3 _Description: This is the littlebird trust center package.
     4 
     4 
     5 Template: littlebird-tc/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 address of the MySQL server (hostname[:port]).
     8 _Description: MySQL Server (name or address) to use (hostname[:port]):
     9  We need to know how to connect to your database server. Please note,
     9  It is necessary to connect to your database server. Please note,
    10  that some mysql clients use a local UNIX socket connection if you enter
    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".
    11  "localhost", but use a local TCP connection, if you enter "127.0.0.1".
    12  .
    12  .
    13  You may append (separeted by a colon (":")) a port number, if your
    13  You may append (separeted by a colon (":")) a port number, if your
    14  server does not listen on the default (currently 3306) port.
    14  server does not listen on the default (currently 3306) port.
    15 
    15 
    16 Template: littlebird-tc/db/name
    16 Template: littlebird-tc/db/name
    17 Type: string
    17 Type: string
    18 Default: trustcenter_history
    18 Default: trustcenter_history
    19 _Description: The name of the database we should use.
    19 _Description: database name to use:
    20  NOTE: currenty this name is ignored!
    20  NOTE: currently this name is ignored!
    21 
    21 
    22 Template: littlebird-tc/db/user
    22 Template: littlebird-tc/db/user
    23 Type: string
    23 Type: string
    24 Default: littlebird
    24 Default: littlebird
    25 _Description: The database user to be used for the database connection.
    25 _Description: database user to be used for the database connection:
    26  This is the user to be used for all normal operations. If this is a
    26  This is the user to be used for all normal operations. If this is a
    27  fresh installation, we will create the account.
    27  fresh installation, the account will be created.
    28 
    28 
    29 Template: littlebird-tc/db/pass
    29 Template: littlebird-tc/db/pass
    30 Type: password
    30 Type: password
    31 Default:
    31 Default:
    32 _Description: The password to be used for the database connection.
    32 _Description: The password to be used for the database connection: