Remove env file and add env example
This commit is contained in:
parent
5a21d12dab
commit
6648fd6346
3 changed files with 5 additions and 3 deletions
3
.env
3
.env
|
|
@ -1,3 +0,0 @@
|
||||||
USER_BOT_TOKEN=8567080481:AAHDn6D-JQf2tuLD_S3Md9w0j34REktVsWE
|
|
||||||
ADMIN_BOT_TOKEN=8808539314:AAFydKdcal6HJpgirkFHO2fUdetECTwgxxI
|
|
||||||
TTS_VOICE=ru-RU-DmitryNeural
|
|
||||||
3
.env.example
Normal file
3
.env.example
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
USER_BOT_TOKEN=CHANGE_ME
|
||||||
|
ADMIN_BOT_TOKEN=CHANGE_ME
|
||||||
|
TTS_VOICE=ru-RU-DmitryNeural
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -4,3 +4,5 @@ __pycache__/
|
||||||
venv/
|
venv/
|
||||||
data/*.json
|
data/*.json
|
||||||
data/*.txt
|
data/*.txt
|
||||||
|
|
||||||
|
.env
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue