You've already forked STARK
mirror of
https://github.com/MarkParker5/STARK.git
synced 2025-07-17 22:58:07 +02:00
Django
This commit is contained in:
@ -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 = []
|
||||
|
Reference in New Issue
Block a user