1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2024-11-24 08:12:13 +02:00
STARK/config.example.py
MarkParker5 93f4f5a8de Django
2021-02-07 20:20:48 +02:00

22 lines
545 B
Python

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