refactor: refactor for modern layout
- split frontend and backend. - update backend with modern Python dev strategies.
This commit is contained in:
14
backend/config.cfg.template
Normal file
14
backend/config.cfg.template
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"database-type": "sqlite",
|
||||
"database-config": {
|
||||
"user": "",
|
||||
"password": "",
|
||||
"db": "",
|
||||
"url": "",
|
||||
"port": 3306
|
||||
},
|
||||
"web": {
|
||||
"port": 8888
|
||||
},
|
||||
"debug": true
|
||||
}
|
||||
Reference in New Issue
Block a user