Adding new option to configuration file

* `archive_shares`, true or false, to move shares to archive table
This commit is contained in:
Sebastian Grewe 2013-06-02 08:45:06 +02:00
parent 8c4bfa2992
commit 0a404e6f39

View File

@ -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,