feat(config): 移除vfs_config.yaml配置文件

移除vfs_config.yaml文件,该文件包含服务器配置、服务端点和VFS设置。
更新.gitignore文件以忽略*.yaml文件。
```
This commit is contained in:
zzy
2025-09-25 16:16:25 +08:00
parent b2cc27b8f5
commit 72bd01d23b
2 changed files with 1 additions and 12 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ data/
*.exe
*.sqlite3
*.yaml

View File

@ -1,12 +0,0 @@
server:
address: localhost:8080
mode: release
services:
bookmark:
url: http://localhost:8081/api
vfs:
admin_token: random_token
db_path: ./data/vfs.sqlite3
debug: false
policy_path: ./data/policy.csv
regiser_token: random_token