forked from TGRTON/NFTToncoinBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.php
18 lines (18 loc) · 826 Bytes
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
###########################
$admin = 00000; // ChatID of a manager/owner
$urlToAvatar = "https://yourdomain/BotFolder/"; // url To Avatar Folder
$NFTwallet = "XXXXX"; // TON Wallet for incoming payments
$BloggerNFT = 75; // The price of BloggerNFT in TON
$Blogger3D = 300; // The price of Blogger3D in TON
$NFTNude = 25; // The price of NFTNude in TON
$NFTRefPercent = 20; // Referral percent
$XAPIKey = ""; // API Key of Toncenter website
$CryptoPayAPIToken = ""; // CryptoPay API Token
define('TOKEN', 'XXXXX'); // Add the Bot API Token
###########TERGO DATA################
$user_id = 0000; // User ID at Tegro Money
$api_key = 'XXX'; // Tegro Money API Key
$roskassa_publickey = 'XXXX'; // Tegro Money Public Key
$roskassa_secretkey = 'XXXX'; // Tegro Money Secret Key
###########################