-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-sample.php
More file actions
187 lines (156 loc) · 4.61 KB
/
config-sample.php
File metadata and controls
187 lines (156 loc) · 4.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<?php
/*
* Copyright (C) 2020 Sergey Ilyin <developer@ilyins.ru>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define('NAME', '<Enter here>');
# Rixk Settings
define('RIXK_ENABLED', false);
define('RIXK_API_BASE', '');
define('RIXK_API_KEY', '');
# Yandex Pay
define('YA_PAY_ENABLED', false);
define('YA_PAY_LINK_API', '');
define('YA_PAY_API_KEY', '');
define('YA_PAY_LINK_SUCCESS', '');
define('YA_PAY_LINK_ABORT', '');
define('YA_PAY_LINK_ERROR', '');
# Marquiz Settings
define('MARQUIZ_ENABLED', false);
# YOOKASSA Settings
define('YOOKASSA_ENABLED', false);
# Qolio Settings
define('QOLIO_ENABLED', false);
define('QOLIO_TOKEN', '');
define('QOLIO_INTEGRATION_UID', '');
# ONPBX Settings
define('ONPBX_ENABLED', false);
# DB Settings
define('DB_HOST', '');
define('DB_USER', '');
define('DB_PASSWORD', '');
define('DB_NAME', '');
# WA24 Settings
define('WA24_ENABLED', false);
define('WA24_API_KEY', '');
define('WA24_CID_WA', '');
define('WA24_CID_IG', '');
$WA24SemySMSAlrtDst = array();
#SMSC Settings
define('SMSC_ENABLED', false);
define('SMSC_ACCOUNT', '');
define('SMSC_PSW', '');
define('SMSC_FWD_ALL_WA', false);
#GC Settings
define('GC_ENABLED', false);
define('GC_ACCOUNT', '');
define('GC_API_KEY', '');
#Dadata Settings
define('DADATA_ENABLED', false);
define('DADATA_API_KEY', '');
define('DADATA_SECRET_KEY', '');
#Twilio Settings
define('TWILIO_ENABLED', false);
define('TWILIO_SID', '');
define('TWILIO_TOKEN', '');
define('TWILIO_WA_NUMBER', '');
define('TWILIO_SMS_NUMBER', '');
define('TWILIO_CALL_NUMBER', '');
#Senler Settings
define('SENLER_ENABLED', false);
define('SENLER_CALLBACK_KEY', '');
define('INSTAGRAM_FROM', '');
#VK Settings
define('VK_ENABLED', false);
define('VK_TOKEN', '');
#Yandex Settings
define('YANDEX_ENABLED', false);
define('YANDEX_TOKEN', '');
#MT Settings
define('MT_ENABLED', false);
define('MT_CLIENT_ID', '');
define('MT_CLIENT_SECRET', '');
define('MT_ACCESS_TOKEN', '');
#FB Settings
define('FB_ENABLED', false);
define('FB_ACCESS_TOKEN', '');
#SBRF Settings
define('SBRF_ENABLED', false);
define('SBRF_CREDIT_USER', '');
define('SBRF_CREDIT_PASSWORD', '');
define('SBRF_CREDIT_RETURNURL', '');
#SemySMS Settings
define('SEMYSMS_ENABLED', false);
define('SEMYSMS_TOKEN', '');
define('SEMYSMS_DEVICE', '');
define('WA_SEMYSMS_NOTIFY', '');
$SemySMSAlrtDst = array();
#ChatApi Settings
define('CHAT_API_ENABLED', false);
define('CHAT_API_INSTANCE', '');
define('CHAT_API_TOKEN', '');
$ChatAPISemySMSAlrtDst = array();
#Bitrix24 Settings
define('BX24_ENABLED', false);
define('BX24_HOST', '');
define('BX24_USER', '');
define('BX24_SECRET', '');
define('BX24_BOT_ID', '');
define('BX24_CLIENT_ID', '');
define('BX24_ALARM_CHAT_ID', '');
#Telegram Settings
define('TELEGRAM_ENABLED', false);
define('TELEGRAM_BOT_TOKEN', '');
$TgAlrtDst = array();
$TgNtcDst = array();
#Dolyame Settings
define('DOLYAME_ENABLED', false);
define('DOLYAME_USER', '');
define('DOLYAME_PASSWORD', '');
define('DOLYAME_PRIVATE', '');
define('DOLYAME_CERT', '');
define('DOLYAME_NOTIFICATION_URL', '');
define('DOLYAME_FAIL_URL', '');
define('DOLYAME_SUCCESS_URL', '');
#Skorozvon Settings
define('SKOROZVON_ENABLED', false);
define('SKOROZVON_USERNAME', '');
define('SKOROZVON_API_KEY', '');
define('SKOROZVON_CLIENT_ID', '');
define('SKOROZVON_CLIENT_SECRET', '');
#Remplaner Settings
define('REMPLANER_ENABLED', false);
define('REMPLANER_AUTHKEY', '');
#AmoCRM Settings
define('AMOCRM_ENABLED', false);
define('AMOCRM_USERNAME', '');
define('AMOCRM_CLIENT_ID', '');
define('AMOCRM_CLIENT_SECRET', '');
define('AMOCRM_REDIRECT_URI', '');
#CloudKassir Settings
define('CLOUDKASSIR_ENABLED', false);
define('CLOUDKASSIR_URL', '');
define('CLOUDKASSIR_PUBLIC_ID', '');
define('CLOUDKASSIR_API_SECRET', '');
define('CLOUDKASSIR_INN', '');
define('CLOUDKASSIR_DEVICENUMBER', '');
define('CLOUDKASSIR_FISCALNUMBER', '');
define('CLOUDKASSIR_REGNUMBER', '');
define('CLOUDKASSIR_PAYMENTPLACE', '');
define('CLOUDKASSIR_OFD', '');
define('CLOUDKASSIR_MERCHANTEMAIL', '');
#GC Fields
#$addFields = new stdClass();
#$addFields->{'123456'} = '<Enter here>';