mirror of
https://github.com/Llloooggg/TextSouls.git
synced 2026-03-07 04:56:23 +03:00
init
This commit is contained in:
9
backend/config.json_template
Normal file
9
backend/config.json_template
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"main_settings": {
|
||||
"SECRET_KEY": "some-very-secret-key",
|
||||
"SQLALCHEMY_TRACK_MODIFICATIONS": false
|
||||
},
|
||||
"db_settings": {
|
||||
"SQLALCHEMY_DATABASE_URI": "postgresql://ownername:pass@localhost/dyxless"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user