HorseIsleWeb/master-site/config.php

18 lines
543 B
PHP
Raw Permalink Normal View History

2021-10-24 04:33:34 +00:00
<?php
$dbname = 'master';
$dbuser = 'root';
$dbpass = 'test123';
$dbhost = '127.0.0.1';
2022-05-21 01:11:09 +00:00
$from_email = "support@horseisle.com";
$email_activation = true;
2021-10-24 04:33:34 +00:00
$pp_uri = '[GAMESITE]/web/ppemu.php'; # location of paypal emulator on game-servers
# [GAMESITE] is replaced with the URL for the game-site, as specified in servers.php
# original is https://www.paypal.com/cgi-bin/webscr which obviously wont do
# Dont set it to that though, as the paypalgateway.php is not implemented.
#should be same as all game-site's
2021-10-24 08:06:36 +00:00
$hmac_secret = '!!NOTSET!!';
?>