1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2025-07-17 22:58:07 +02:00
This commit is contained in:
MarkParker5
2021-02-07 20:20:48 +02:00
parent ff1e832dcc
commit 93f4f5a8de
18 changed files with 260 additions and 9 deletions

View File

@ -3,7 +3,9 @@ path = str(pathlib.Path(__file__).parent.absolute())
del pathlib
telebot = '12345678:token'
goole_tts_json_key = 'google-cloud-text-to-speech-private-key.json'
goole_tts_json_key = path+'google-cloud-text-to-speech-private-key.json'
db_name = 'archie.db'
language_code = 'ru-RU'
device_index = 1
@ -11,3 +13,9 @@ voice_volume = 0.2
double_clap_activation = True
names = ['арчи', 'archie']
#################################################
# Django
django_secret_key = '-----123456789-----'
django_debug = True
django_allowed_hosts = []