Closed jamesjmeyer210 closed 9 months ago
The global configuration should have the following properties:
Server:
{ "domain": "localhost", // default "port": 7777, // default "threads": null, // defaults to actix-web default "workers": null, // defaults to actix-web default }
Database:
{ "in_memory": false, // default "path": "db.sqlite", // default }
Log:
{ "configuration": "logcfg.yaml" }
The global configuration should have the following properties:
Server:
Database:
Log: