Update serverconfig.sample.php

This commit is contained in:
Ralph 2021-04-14 09:03:42 -04:00 committed by GitHub
parent ab7ee2d0d5
commit 1f6f456d10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,6 @@ define('YAAMP_SITE_NAME', 'YiiMP');
define('YAAMP_ADMIN_EMAIL', 'yiimp@spam.la'); define('YAAMP_ADMIN_EMAIL', 'yiimp@spam.la');
define('YAAMP_ADMIN_IP', ''); // samples: "80.236.118.26,90.234.221.11" or "10.0.0.1/8" define('YAAMP_ADMIN_IP', ''); // samples: "80.236.118.26,90.234.221.11" or "10.0.0.1/8"
define('YAAMP_ADMIN_WEBCONSOLE', true); define('YAAMP_ADMIN_WEBCONSOLE', true);
<<<<<<< HEAD
define('YAAMP_NOTIFY_NEW_COINS', true); define('YAAMP_NOTIFY_NEW_COINS', true);
define('YAAMP_DEFAULT_ALGO', 'lbry'); define('YAAMP_DEFAULT_ALGO', 'lbry');
define('YAAMP_CREATE_NEW_COINS', false); define('YAAMP_CREATE_NEW_COINS', false);