mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-20 18:09:54 +00:00
18 lines
619 B
PHP
18 lines
619 B
PHP
<?php
|
|
/* Sample config file to put in /etc/yiimp/keys.php */
|
|
|
|
define('YIIMP_MYSQLDUMP_USER', 'root');
|
|
define('YIIMP_MYSQLDUMP_PASS', '<my_mysql_password>');
|
|
|
|
/* Keys required to create/cancel orders and access your balances/deposit addresses */
|
|
define('EXCH_BITTREX_SECRET', '<my_bittrex_api_secret_key>');
|
|
define('EXCH_CRYPTOPIA_SECRET', '');
|
|
define('EXCH_CRYPTSY_SECRET', '');
|
|
define('EXCH_BANX_SECKEY', '');
|
|
define('EXCH_BLEUTRADE_SECRET', '');
|
|
define('EXCH_CCEX_SECRET', '');
|
|
define('EXCH_EMPOEX_SECKEY', '');
|
|
define('EXCH_POLONIEX_SECRET', '');
|
|
define('EXCH_SAFECEX_SECRET', '');
|
|
define('EXCH_YOBIT_SECRET', '');
|
|
|