You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.0 KiB
22 lines
1.0 KiB
[nats_settings]
|
|
require_tls_client_cert_cloud = 1
|
|
require_tls_client_cert_on_prem = 0
|
|
require_auth = 0
|
|
nats_servers = 127.0.0.1:4222
|
|
nats_server_connect_time = 5
|
|
nats_max_reconnect_attempts = 3
|
|
nats_reconnect_time_wait = 5
|
|
retention_max_age = 3600
|
|
max_memory_store = 2147483648
|
|
max_file_store = 53687091200
|
|
pulse_frequency = 60
|
|
require_license = 1
|
|
require_migration_completed_check = 1
|
|
require_nats_metrics = 1
|
|
stream_replication_factor = 3
|
|
monitoring_endpoint_configs = [{"endpoint": "varz", "sourcetype": "varz"}, {"endpoint": "jsz?consumers=1", "sourcetype": "jsz"}, {"endpoint": "connz", "sourcetype": "connz"} , {"endpoint": "accountz", "sourcetype": "accountz"}, {"endpoint": "accstatz", "sourcetype": "accstatz"}, {"endpoint": "subsz", "sourcetype": "subsz"}, {"endpoint": "routez", "sourcetype": "routez"}, {"endpoint": "leafz", "sourcetype": "leafz"}, {"endpoint": "gatewayz", "sourcetype": "gatewayz"}]
|
|
nats_fips_activated = 1
|
|
max_retry_jet_stream_creation = 5
|
|
jetstream_creation_retry_wait_time = 60
|
|
nats_auto_discover_publisher_nodes = 1
|
|
skip_check_process = 1 |