Update settings.html
Browse files- settings.html +8 -8
settings.html
CHANGED
|
@@ -68,28 +68,28 @@
|
|
| 68 |
<label for="api_key_auth">api_key_auth (Ключ проверки подлинности запросов):</label>
|
| 69 |
<input type="text" id="api_key_auth" name="api_key_auth"><br><br>
|
| 70 |
|
| 71 |
-
<label for="crypto_key_auth">crypto_key_auth:</label>
|
| 72 |
<input type="text" id="crypto_key_auth" name="crypto_key_auth"><br><br>
|
| 73 |
|
| 74 |
-
<label for="crypto_key_url">crypto_key_url:</label>
|
| 75 |
<input type="text" id="crypto_key_url" name="crypto_key_url"><br><br>
|
| 76 |
|
| 77 |
-
<label for="vk_api_key">vk_api_key:</label>
|
| 78 |
<input type="text" id="vk_api_key" name="vk_api_key"><br><br>
|
| 79 |
|
| 80 |
-
<label for="senler_token">senler_token:</label>
|
| 81 |
<input type="text" id="senler_token" name="senler_token"><br><br>
|
| 82 |
|
| 83 |
-
<label for="wa_ak">wa_ak:</label>
|
| 84 |
<input type="text" id="wa_ak" name="wa_ak"><br><br>
|
| 85 |
|
| 86 |
-
<label for="wa_api_key">wa_api_key:</label>
|
| 87 |
<input type="text" id="wa_api_key" name="wa_api_key"><br><br>
|
| 88 |
|
| 89 |
-
<label for="curators">curators:</label>
|
| 90 |
<input type="text" id="curators" name="curators"><br><br>
|
| 91 |
|
| 92 |
-
<label for="call_api_key">call_api_key:</label>
|
| 93 |
<input type="text" id="call_api_key" name="call_api_key"><br><br>
|
| 94 |
|
| 95 |
<button type="button" class="save" onclick="saveSettings()">Сохранить данные</button>
|
|
|
|
| 68 |
<label for="api_key_auth">api_key_auth (Ключ проверки подлинности запросов):</label>
|
| 69 |
<input type="text" id="api_key_auth" name="api_key_auth"><br><br>
|
| 70 |
|
| 71 |
+
<label for="crypto_key_auth">crypto_key_auth (Ключ шифрования api_key_auth, для приложений ВК с управляемым доступом):</label>
|
| 72 |
<input type="text" id="crypto_key_auth" name="crypto_key_auth"><br><br>
|
| 73 |
|
| 74 |
+
<label for="crypto_key_url">crypto_key_url (Ключ шифрования url закрытых страниц, для приложений ВК с управляемым доступом):</label>
|
| 75 |
<input type="text" id="crypto_key_url" name="crypto_key_url"><br><br>
|
| 76 |
|
| 77 |
+
<label for="vk_api_key">vk_api_key (Ключ ВК сообщества):</label>
|
| 78 |
<input type="text" id="vk_api_key" name="vk_api_key"><br><br>
|
| 79 |
|
| 80 |
+
<label for="senler_token">senler_token (Ключ проверки подлинности запросов к API Сенлер):</label>
|
| 81 |
<input type="text" id="senler_token" name="senler_token"><br><br>
|
| 82 |
|
| 83 |
+
<label for="wa_ak">wa_ak (id инстанса WhatsApp):</label>
|
| 84 |
<input type="text" id="wa_ak" name="wa_ak"><br><br>
|
| 85 |
|
| 86 |
+
<label for="wa_api_key">wa_api_key(Ключ проверки подлинности запросов к API WhatsApp):</label>
|
| 87 |
<input type="text" id="wa_api_key" name="wa_api_key"><br><br>
|
| 88 |
|
| 89 |
+
<label for="curators">curators(Список email кураторов):</label>
|
| 90 |
<input type="text" id="curators" name="curators"><br><br>
|
| 91 |
|
| 92 |
+
<label for="call_api_key">call_api_key (Ключ проверки подлинности запросов к API Звонобот):</label>
|
| 93 |
<input type="text" id="call_api_key" name="call_api_key"><br><br>
|
| 94 |
|
| 95 |
<button type="button" class="save" onclick="saveSettings()">Сохранить данные</button>
|