Skip to content

Commit 8d41e96

Browse files
committed
Update installation settings
1 parent 4391a7f commit 8d41e96

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

baseInfo.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
error_reporting(0);
3+
$botToken = '[BOTTOKEN]';
4+
$dbUserName = '[DBUSERNAME]';
5+
$dbPassword = '[DBPASSWORD]';
6+
$dbName = '[DBNAME]';
7+
$admin = [ADMIN];
8+
$channelLock = "[CHANNELLOCK]";
9+
$botUrl = "[BOTURL]";
10+
$walletwizwiz = "[WALLET]";
11+
$pursantPercent = [PURSANT];
12+
$nowPaymentKey = "[NOWPAYMENTKEY]";
13+
$zarinpalId = "[ZARINPALKEY]";
14+
?>

0 commit comments

Comments
 (0)