File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change @@ -250,33 +250,8 @@ netpalm comes with a [Postman Collection](https://documenter.getpostman.com/view
250
250
251
251
## Configuration
252
252
253
- Edit the `config/config.json` file to change any parameters
253
+ Edit the `config/config.json` file to change any parameters ( see `defaults.json` for example )
254
254
255
- ```
256
- {
257
- "api_key": "2a84465a-cf38-46b2-9d86-b84Q7d57f288",
258
- "api_key_name" : "x-api-key",
259
- "cookie_domain" : "netpalm.local",
260
- "listen_port": 9000,
261
- "listen_ip":"0.0.0.0",
262
- "gunicorn_workers":3,
263
- "redis_task_ttl":500,
264
- "redis_task_timeout":500,
265
- "redis_server":"redis",
266
- "redis_port":6379,
267
- "redis_core_q":"process",
268
- "redis_fifo_q":"fifo",
269
- "redis_queue_store":"netpalm_queue_store",
270
- "pinned_process_per_node":100,
271
- "fifo_process_per_node":10,
272
- "txtfsm_index_file":"backend/plugins/ntc-templates/index",
273
- "txtfsm_template_server":"http://textfsm.nornir.tech ",
274
- "custom_scripts":"backend/plugins/custom_scripts/",
275
- "jinja2_config_templates":"backend/plugins/jinja2_templates/",
276
- "python_service_templates":"backend/plugins/services/",
277
- "self_api_call_timeout":15
278
- }
279
- ```
280
255
281
256
## Installation
282
257
You can’t perform that action at this time.
0 commit comments