Skip to content

Commit

Permalink
WIP: issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Enfernuz committed Feb 10, 2018
1 parent cecc559 commit 9925bb0
Show file tree
Hide file tree
Showing 4 changed files with 922 additions and 198 deletions.
51 changes: 51 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"endpoints": [
{
"type": "RPC",
"active": true,
"address": {
"host": "127.0.0.1",
"port": null
},
"auth": {
"mechanism": "",
"plain": {
"users": [
{"username": "", "password": ""}
]
},
"curve": {
"server": {
"public": "",
"secret": ""
},
"clients": []
}
}
},

{
"type": "PUB",
"active": true,
"address": {
"host": "127.0.0.1",
"port": 5561
},
"auth": {
"mechanism": "CURVE",
"plain": {
"users": [
{"username": "", "password": ""}
]
},
"curve": {
"server": {
"public": "",
"secret": ""
},
"clients": []
}
}
}
]
}
Loading

0 comments on commit 9925bb0

Please sign in to comment.