File: tryton-server-postgresql.templates

package info (click to toggle)
tryton-server 7.0.30-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 7,756 kB
  • sloc: python: 53,218; xml: 5,194; sh: 802; sql: 217; makefile: 28
file content (20 lines) | stat: -rw-r--r-- 814 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Template: tryton-server-postgresql/db-admin-password
Type: string
_Description: Initial admin password for Tryton:
 A superuser account named "admin" will be created for the Tryton database.
 Please specify the password that this account should require for the initial
 login.
 .
 If it is left empty a random password will be used. You can reset this
 password from the command line with
 .
 $ sudo -u tryton trytond-admin -c /etc/tryton/trytond.conf --password -d <your_database_name>
 .
 Note: The initialization of the database may take some time; please be patient.

Template: tryton-server-postgresql/db-admin-email
Type: string
Default: root@localhost
_Description: Email address for the admin user:
 Please specify a valid email address that should receive administrative
 messages from the Tryton server.