Skip to content

Commit

Permalink
Moved the sample configuration to /etc/scytale
Browse files Browse the repository at this point in the history
  • Loading branch information
johnabass committed Sep 19, 2017
1 parent e41c339 commit 7aaa518
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 35 deletions.
29 changes: 20 additions & 9 deletions etc/scytale/scytale.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
{
"port": 8080,
"hcport": 8888,
"pprofport": 9999,
"discoveryClient": {
"staticNodes": ["https://localhost:8585" ]
"primary": {
"address": ":6000"
},


"health": {
"address": ":6001"
},

"pprof": {
"address": ":6002"
},

"fanout": {
"method": "POST",
"endpoints": ["http://localhost:7000/api/v2/device/send"],
"authorization": "QWxhZGRpbjpPcGVuU2VzYW1l"
},


"log" : {
"file" : "scytaleLog.log",
"file" : "stdout",
"level" : "DEBUG",
"maxSize" : 5242880,
"maxBackup" : 3
"json": true
}
}
26 changes: 0 additions & 26 deletions src/scytale/scytale.json

This file was deleted.

0 comments on commit 7aaa518

Please sign in to comment.