Commit 0101236f authored by globa's avatar globa

add tls 1.2

parent 803d82fd
*.cfg *.cfg
*.sqlite *.sqlite
\ No newline at end of file config.ps1
\ No newline at end of file
$db = "D:\telegram-bot\db.sqlite" $db = ".\db.sqlite"
# Подключение файла с конфигурацией # Подключение файла с конфигурацией
$configFile = ".\config.cfg"
$configFile = ".\config.ps1"
if (Test-Path $configFile) { if (Test-Path $configFile) {
. $configFile . $configFile
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment