JIRA DOMINO-23: Corrections
[domino.git] / docs / release / configguide / 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 Domino Configuration
5 ====================
6 Domino Server and Clients can be configured via (i) passing command line options
7 (see API documentation) and (ii) the configuration file "domino_conf.py" under the
8 main directory.
9
10 * The default file for logging is set as none and log level set as "WARNING".
11
12 Domino Server
13 -------------
14 * The default server unique user ID is set as 0 in the configuration file.
15
16 * The default TCP port for RPC calls is set as 9090 in the configuration file.
17
18 * The default database file for Domino Server is set as "dominoserver.db" under the main directory
19
20 * The default folder for keeping published TOSCA files and pushed parts is set as "toscafiles" in the configuration file via variable TOSCADIR.
21
22 * The default log level (WARNING) can be changed by passing the flags --log or -l followed by a log level, e.g., ERROR, WARNING, INFO, or DEBUG.
23
24 Domino Client
25 -------------
26 * The default mode of CLI is non-interactive (i.e., Domino CLI Utility is used). Passing --iac=TRUE would begin the client in interactive mode.
27
28 * The default log level (WARNING) can be changed by passing the flags --log or -l followed by a log level, e.g., ERROR, WARNING, INFO, or DEBUG.
29
30 * 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.
31
32 * 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.
33
34 * The default folder for keeping preceived TOSCA files is set as "toscafiles" in the configuration file via variable TOSCA_RX_DIR.
35