Skip to content

Commit dc4c4ad

Browse files
authored
Update README.md
1 parent 79a5319 commit dc4c4ad

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

README.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -250,33 +250,8 @@ netpalm comes with a [Postman Collection](https://documenter.getpostman.com/view
250250

251251
## Configuration
252252

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 )
254254

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-
```
280255

281256
## Installation
282257

0 commit comments

Comments
 (0)