Skip to content

Commit 217bd39

Browse files
committed
Rename MF_ to MG_
Signed-off-by: JeffMboya <[email protected]>
1 parent 9704ba3 commit 217bd39

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

config.toml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
raw_output = ""
2+
user_token = ""
3+
4+
[filter]
5+
limit = ""
6+
offset = ""
7+
topic = ""
8+
9+
[remotes]
10+
bootstrap_url = "http://localhost"
11+
certs_url = "http://localhost:9019"
12+
http_adapter_url = "http://localhost/http:9016"
13+
reader_url = "http://localhost"
14+
things_url = "http://localhost:9000"
15+
tls_verification = false
16+
users_url = "http://localhost:9002"
17+
18+
raw_output = "false"
19+
user_token = ""
20+
21+
[filter]
22+
limit = "10"
23+
offset = "0"
24+
topic = ""
25+
26+
[remotes]
27+
bootstrap_url = "http://localhost:9013"
28+
certs_url = "http://localhost:9019"
29+
domains_url = "http://localhost:9003"
30+
host_url = "http://localhost"
31+
http_adapter_url = "http://localhost:8008"
32+
invitations_url = "http://localhost:9020"
33+
journal_url = "http://localhost:9021"
34+
reader_url = "http://localhost:9011"
35+
channels_url = "http://localhost:9005"
36+
clients_url = "http://localhost:9006"
37+
tls_verification = false
38+
users_url = "http://localhost:9002"

0 commit comments

Comments
 (0)