JIRA 23: Fix line break in configuration section
[domino.git] / docs / release / installation / featureconfig.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3
4 .. image:: ../etc/opnfv-logo.png
5   :height: 40
6   :width: 200
7   :alt: OPNFV
8   :align: left
9 .. these two pipes are to seperate the logo from the first title
10 |
11 |
12 Domino Configuration
13 ====================
14 Domino Server and Clients can be configured via (i) passing command line options
15 (see API documentation) and (ii) the configuration file "domino_conf.py" under the
16 main directory.
17
18 * The default file for logging is set as none and log level set as "WARNING".
19
20 Domino Server
21 -------------
22 * The default server unique user ID is set as 0 in the configuration file.
23
24 * The default TCP port for RPC calls is set as 9090 in the configuration file.
25
26 * The default database file for Domino Server is set as "dominoserver.db" under the main directory
27
28 * The default folder for keeping published TOSCA files and pushed parts is set as "toscafiles" in the configuration file via variable TOSCADIR.
29
30 Domino Client
31 -------------
32 * The default mode of CLI is non-interactive (i.e., Domino CLI Utility is used). This can be changed when the DominoClient is launched by passing the flags --log or -l followed by the log level choice from the set {ERROR, WARNING, INFO, DEBUG}
33
34 * The default Domino Server IP is set as "localhost". This can be overwritten at the time of launching DominoClient via the option flags -i or --ipaddr followed by the IP address of the actual server hosting the Domino Server.
35
36 * The default Domino Client TCP port for RPC calls is set as 9091 in the configuration file. It can be overwritten when the DominoClient is launched by passing the flags --port or -p followed by the port number.
37
38 * The default folder for keeping preceived TOSCA files is set as "toscafiles" in the configuration file via variable TOSCA_RX_DIR.
39