diff --git a/WaterMirror/src/config.json b/WaterMirror/src/config.json new file mode 100644 index 0000000..c5f1413 --- /dev/null +++ b/WaterMirror/src/config.json @@ -0,0 +1,4 @@ +{ + "api_url": "your api_url", //例如:http://0.0.0.0 + "port": "your port" // 例如:8000 +}