Adding new option to configuration file
* `archive_shares`, true or false, to move shares to archive table
This commit is contained in:
parent
8c4bfa2992
commit
0a404e6f39
@ -30,6 +30,7 @@ $config = array(
|
||||
'slogan' => 'Resistance is futile',
|
||||
'email' => 'test@example.com', // Mail address used for notifications
|
||||
),
|
||||
'archive_shares' => true, // Store accounted shares in archive table?
|
||||
'blockexplorer' => 'http://explorer.litecoin.net/search?q=', // URL for block searches, prefixed to each block number
|
||||
'chaininfo' => 'http://allchains.info', // Link to Allchains for Difficulty information
|
||||
'fees' => 0,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user