Skip to content

Commit

Permalink
updated settings.json.template
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Williams committed Jan 13, 2015
1 parent 16a4ed9 commit cb5f1d4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions settings.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

"address": "127.0.0.1:3001",
// coin name
"coin": "Razor",
"coin": "Darkcoin",

// coin symbol
"symbol": "RZR",
"symbol": "DRK",

// favicon
"favicon": "public/favicon.ico",
Expand All @@ -22,7 +22,7 @@

// database settings (MongoDB)
"dbsettings": {
"database": "explorer-razor",
"database": "explorer-drk",
"address": "localhost",
"port": 27017
},
Expand All @@ -34,8 +34,8 @@
// wallet settings
"wallet": {
"host": "localhost",
"port": 9393,
"user": "vericoinrpc",
"port": 9332,
"user": "darkcoinrpc",
"pass": "123gfjk3R3pCCVjHtbRde2s5kzdf233sa"
},

Expand Down Expand Up @@ -70,7 +70,7 @@

// market settings
"markets": {
"coin": "RZR",
"coin": "DRK",
"exchange": "BTC",
"poloniex": true,
"bittrex": true,
Expand Down Expand Up @@ -104,4 +104,4 @@
// getnetworkhashps: uses getnetworkhashps api call, returns in GH/s
// netmhashps: uses getmininginfo.netmhashpsm returns in MH/s
"nethash": "getnetworkhashps"
}
}

0 comments on commit cb5f1d4

Please sign in to comment.