diff --git a/.gitignore b/.gitignore index 8b05e2c..c440c96 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ data/ *.exe *.sqlite3 +*.yaml diff --git a/vfs_config.yaml b/vfs_config.yaml deleted file mode 100644 index bdc6eb2..0000000 --- a/vfs_config.yaml +++ /dev/null @@ -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