```
feat(config): 移除vfs_config.yaml配置文件 移除vfs_config.yaml文件,该文件包含服务器配置、服务端点和VFS设置。 更新.gitignore文件以忽略*.yaml文件。 ```
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ data/
|
||||
|
||||
*.exe
|
||||
*.sqlite3
|
||||
*.yaml
|
||||
|
@ -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
|
Reference in New Issue
Block a user