aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release/configguide/featureconfig.rst
blob: acbe6ba8ebd0a662d391e8eb20bf275cf3ad214c (plain)
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
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0

Domino Configuration
====================
Domino Server and Clients can be configured via (i) passing command line options
(see API documentation) and (ii) the configuration file "domino_conf.py" under the
main directory.

* The default file for logging is set as none and log level set as "WARNING".

Domino Server
-------------
* The default server unique user ID is set as 0 in the configuration file.

* The default TCP port for RPC calls is set as 9090 in the configuration file.

* The default database file for Domino Server is set as "dominoserver.db" under the main directory

* The default folder for keeping published TOSCA files and pushed parts is set as "toscafiles" in the configuration file via variable TOSCADIR.

* 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.

Domino Client
-------------
* 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.

* 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.

* 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.

* 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.

* The default folder for keeping preceived TOSCA files is set as "toscafiles" in the configuration file via variable TOSCA_RX_DIR.