Skip to content

Commit 913f0f3

Browse files
committed
updates to mktxp.conf / README
1 parent 7a847b7 commit 913f0f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The default configuration file comes with a sample configuration, making it easy
6969
7070
username = username # RouterOS user, needs to have 'read' and 'api' permissions
7171
password = password
72-
credentials_file = ""
72+
credentials_file = "" # To use an external file in YAML format for both username and password, specify the path here
7373
7474
use_ssl = False # enables connection via API-SSL servis
7575
no_ssl_certificate = False # enables API_SSL connect without router SSL certificate

mktxp/cli/config/mktxp.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
username = username # RouterOS user, needs to have 'read' and 'api' permissions
2626
password = password
27-
credentials_file = ""
27+
credentials_file = "" # To use an external file in YAML format for both username and password, specify the path here
2828

2929
use_ssl = False # enables connection via API-SSL servis
3030
no_ssl_certificate = False # enables API_SSL connect without router SSL certificate

0 commit comments

Comments
 (0)