mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2026-05-07 06:30:57 +08:00
9 lines
266 B
JSON
9 lines
266 B
JSON
{
|
|
"webserver_address": "http://localhost",
|
|
"webserver_port": 8074,
|
|
"user_data_folder": "./user_data",
|
|
"debug": false,
|
|
"mysql_config_path": "./mysql_config.json",
|
|
"absolute_user_data_folder": "D:\\Documents\\Projects\\EasySpider\\ElectronJS\\user_data"
|
|
}
|