File: cyphesis-cpp.templates

package info (click to toggle)
cyphesis-cpp 0.5.16-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,084 kB
  • ctags: 3,627
  • sloc: cpp: 30,418; python: 4,812; xml: 4,674; sh: 4,118; makefile: 902; ansic: 617
file content (48 lines) | stat: -rw-r--r-- 1,725 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Template: cyphesis-cpp/postgresql/note
Type: note
_Description: Configuration note
 In order to use cyphesis-cpp you must have access to a postgresql server.
 The server does not have to be installed on the same host as cyphesis-cpp
 but it has to be reachable over a network and you have to have access to it.
 .
 For further configuration information please read
 /usr/share/doc/cyphesis-cpp/README.Debian.

Template: cyphesis-cpp/postgresql/local_server
Type: boolean
Default: true
_Description: Use a local postgresql server?
 Cyphesis-cpp can use a local postgresql server over unix sockets instead
 over a network. The database server doesn't need to listen to the network then.
 This is recommended for local usage as it's thought to be more secure.

Template: cyphesis-cpp/postgresql/server
Type: string
Default: localhost
_Description: Database server:
 On which host is the postgresql database server located, which will be
 used by cyphesis-cpp to store its internal data?

Template: cyphesis-cpp/postgresql/database
Type: string
Default: cyphesis
_Description: Database name:
 What is the database name cyphesis-cpp should use on the database server?

Template: cyphesis-cpp/postgresql/username
Type: string
Default: cyphesis
_Description: Database user:
 Please type in the username for the database server

Template: cyphesis-cpp/postgresql/password
Type: password
_Description: Password:
 Please type in the password to use to access the database server

Template: cyphesis-cpp/usemetaserver
Type: boolean
_Description: Use a metaserver?
 Cyphesis-cpp can use the metaserver of the WorldForge project to announce
 itself to the world. Players will detect your server automatically when
 starting their client.