mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 10:46:24 +03:00
Добавлена работа с email
This commit is contained in:
17
dyxless/config.json_template
Normal file
17
dyxless/config.json_template
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"main_settings": {
|
||||
"SECRET_KEY": "some-very-secret-key",
|
||||
"SQLALCHEMY_TRACK_MODIFICATIONS": false
|
||||
},
|
||||
"db_settings": {
|
||||
"SQLALCHEMY_DATABASE_URI": "sqlite:///db.sqlite"
|
||||
},
|
||||
"mail_settings": {
|
||||
"MAIL_SERVER": "smtp.gmail.com",
|
||||
"MAIL_PORT": 465,
|
||||
"MAIL_USE_TLS": false,
|
||||
"MAIL_USE_SSL": true,
|
||||
"MAIL_USERNAME": "yourmail@gmail.com",
|
||||
"MAIL_PASSWORD": "yourpass"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user