Update README.md

This commit is contained in:
Matthew Little 2014-04-02 13:06:06 -06:00
parent 4904f050f5
commit 53283f5022
1 changed files with 4 additions and 2 deletions

View File

@ -103,7 +103,7 @@ npm update
#### 2) Configuration
##### Portal config
Inside the `config.json` file, ensure the default configuration will work for your environment.
Inside the `config_example.json` file, ensure the default configuration will work for your environment, then copy the file to `config.json`.
Explanation for each field:
````javascript
@ -232,7 +232,9 @@ Description of options:
}
},
"mpos": { //Enabled this and shares will be inserted into share table in a MySQL database
/* Enabled mpos and shares will be inserted into share table in a MySQL database. You may
also want to use the "emitInvalidBlockHashes" option below if you require it. */
"mpos": {
"enabled": false,
"host": "localhost", //MySQL db host
"port": 3306, //MySQL db port