- split frontend and backend. - update backend with modern Python dev strategies.
14 lines
227 B
Plaintext
14 lines
227 B
Plaintext
{
|
|
"database-type": "sqlite",
|
|
"database-config": {
|
|
"user": "",
|
|
"password": "",
|
|
"db": "",
|
|
"url": "",
|
|
"port": 3306
|
|
},
|
|
"web": {
|
|
"port": 8888
|
|
},
|
|
"debug": true
|
|
} |