mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 02:36:24 +03:00
19 lines
560 B
Plaintext
19 lines
560 B
Plaintext
{
|
|
"main_settings": {
|
|
"SECRET_KEY": "some-very-secret-key",
|
|
"SECURITY_PASSWORD_SALT": "second-some-very-secret-key",
|
|
"SQLALCHEMY_TRACK_MODIFICATIONS": false,
|
|
"APP_EMAIL": "appsender@gmail.com
|
|
},
|
|
"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"
|
|
}
|
|
} |