mirror of
https://github.com/Llloooggg/TextSouls.git
synced 2026-03-06 20:46:23 +03:00
9 lines
242 B
Plaintext
9 lines
242 B
Plaintext
{
|
|
"MAIN_SETTINGS": {
|
|
"SECRET_KEY": "some-very-secret-key",
|
|
"SQLALCHEMY_TRACK_MODIFICATIONS": false
|
|
},
|
|
"DB_SETTINGS": {
|
|
"SQLALCHEMY_DATABASE_URI": "mysql+pymysql://ownername:pass@localhost/textsouls"
|
|
}
|
|
} |