1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-14 12:37:31 +00:00
ctrl/scripts/steward/create-docker-compose-files/env.env.tpl
postmannen b1a5406598 Squashed commit of the following:
commit ec6ea8158d5051010c25ef848a7b7b91fa40efef
Author: postmannen <postmannen@gmail.com>
Date:   Tue Nov 19 03:48:03 2024 +0100

    Removed remaining use of REQ in naming

commit b80bb06a47cf564a88d684c1d1d4fe2e408c3c0f
Author: postmannen <postmannen@gmail.com>
Date:   Mon Nov 18 23:15:32 2024 +0100

    removed REQ in more variable names, including methods

commit af7f6fef3e0093312d2ca12740f7b27840797800
Author: postmannen <postmannen@gmail.com>
Date:   Mon Nov 18 22:54:40 2024 +0100

    renamed all the method type variables

commit e657ecb37f
Author: postmannen <postmannen@gmail.com>
Date:   Mon Nov 18 22:32:13 2024 +0100

    renamed methods constant values and removed REQ
2024-11-19 03:48:42 +01:00

48 lines
No EOL
1.1 KiB
Smarty

RING_BUFFER_SIZE=1000
CONFIG_FOLDER=./etc
SOCKET_FOLDER=./tmp
TCP_LISTENER=:8091
HTTP_LISTENER=:8092
DATABASE_FOLDER=./var/lib
NODE_NAME=central
BROKER_ADDRESS={{.BrokerAddressAndPort}}
NATS_CONN_OPT_TIMEOUT=20
NATS_CONNECT_RETRY_INTERVAL=10
NATS_RECONNECT_JITTER=100
NATS_RECONNECT_JITTER_TLS=1
PROFILING_PORT=:6666
PROM_HOST_AND_PORT=:2111
DEFAULT_MESSAGE_TIMEOUT=10
DEFAULT_MESSAGE_RETRIES=3
DEFAULT_METHOD_TIMEOUT=10
SUBSCRIBERS_DATA_FOLDER=./data/
CENTRAL_NODE_NAME=central
ROOT_CA_PATH=""
NKEY_SEED_FILE=/run/secrets/seed
EXPOSE_DATA_FOLDER=:8090
ERROR_MESSAGE_RETRIES=10
ERROR_MESSAGE_TIMEOUT=3
COMPRESSION
SERIALIZATION
SET_BLOCK_PROFILE_RATE=0
ENABLE_SOCKET=1
ENABLE_SIGNATURE_CHECK=0
IS_CENTRAL_AUTH=0
ENABLE_DEBUG=0
START_PUB_HELLO=60
START_SUB_ERROR_LOG=true
START_SUB_HELLO=true
START_SUB_TO_FILE_APPEND=true
START_SUB_TO_FILE=true
START_SUB_TO_FILE_NACK=true
START_SUB_COPY_FILE_FROM=true
START_SUB_COPY_FILE_TO=true
START_SUB_PING=true
START_SUB_PONG=true
START_SUB_CLI_COMMAND=true
START_SUB_TO_CONSOLE=true
START_SUB_HTTP_GET=true
START_SUB_HTTP_GET_SCHEDULED=true
START_SUB_TAIL_FILE=true
START_SUB_CLI_COMMAND_CONT=true