31 lines
1.3 KiB
PHP
31 lines
1.3 KiB
PHP
<?php
|
|
|
|
const DBNAME_PREFIX = 'gamedb2006_dev_';
|
|
const GLOBAL_TIME_OFFSET_KEY = 'gamedb2006_dev_:global_time_offset:';
|
|
const NET_ID = 13473;
|
|
const BUY_SERVER_PKEY = '6KJSOy=0oKbf@U^xtIR3';
|
|
const OUTAPP_PKEY = 'e58f(1dcf22245985c21ff31f2f66ec4a^^TDAFF(Adaf)';
|
|
const OUTAPP_PKEY1 = '520d8eAbB(8cf1^#$^&!@d833a42c820432PDAFE^^)';
|
|
const LISTING_SWITCH = 0;
|
|
const HALL_KEY = '520d8eAbB(8cf1^#$^&!@d833a42c820432PDAFE^^)';
|
|
const MATCH_KEY = '520d8eAbB(8cf1^#$^&!@d833a42c820432PDAFE^^)';
|
|
const MAIL_KEY = '520d8eAbB(8cf1^#$^&!@d833a42c820432PDAFE^^)';
|
|
const MAIL_URL = 'https://gamemail-test.kingsome.cn/webapp/index.php';
|
|
const LOGIN_URL = 'https://login-test.kingsome.cn/webapp/index.php';
|
|
const LOCK_CONTRACT_ADDRESS = "0xc8607507451059cfae6ca4d07ec6f631ce8ef9f9";
|
|
const HERO_CONTRACT_ADDRESS = "0xc8607507451059cfae6ca4d07ec6f631ce8ef9f9";
|
|
const NORMAL_HERO_CONTRACT_ADDRESS = "0x994de61dd536b22f7e3bdb77aa3ef55aec938bfd";
|
|
const ETH_LOCK_CONTRACT_ADDRESS = "0x7f2b4db626d878778e178b4f0c7ba3a2870c6dd0";
|
|
const NFT_META_URL = 'https://nft-test.kingsome.cn';
|
|
const SAPI_SECRET_KEYS = array(
|
|
'~kCu8jYS)rJ5Ay_pZS_rT#&jOl)Qo0m)'
|
|
);
|
|
const GS_SECRET_KEYS = array(
|
|
'BIgDh5J%uUktooKxT!IM7#m$NtB51%la'
|
|
);
|
|
const NOTICE_CHANNEL_ID = 'world_room_1';
|
|
const CIRCUIT_MATCH_SERVER_LIST = array(
|
|
17
|
|
);
|
|
define('PRESENT_FREE_ITEM', 1);
|