Files
tesseract/config.json

6 lines
99 B
JSON
Raw Normal View History

2024-11-12 00:31:10 +00:00
{
2024-12-02 22:11:38 +00:00
"port": 8080,
2024-11-12 00:31:10 +00:00
"databasePath": "./data.sqlite",
2024-12-02 23:03:06 +00:00
"hostName": "lycoris.lab",
"debug": true
2024-11-12 00:31:10 +00:00
}