diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | datafile.example.yml (renamed from datafile.yml.example) | 0 | ||||
-rw-r--r-- | sproxy2.cabal | 2 |
3 files changed, 2 insertions, 2 deletions
@@ -57,7 +57,7 @@ Permissions system ------------------ Permissions are stored in internal SQLite3 database and imported from data sources, which can be a PostgreSQL database or a file. See -[sproxy.sql](./sproxy.sql) and [datafile.yml.example](./datafile.yml.example) +[sproxy.sql](./sproxy.sql) and [datafile.example.yml](./datafile.example.yml) for details. Do note that Sproxy2 fetches only `group_member`, `group_privilege` diff --git a/datafile.yml.example b/datafile.example.yml index 85d88b9..85d88b9 100644 --- a/datafile.yml.example +++ b/datafile.example.yml diff --git a/sproxy2.cabal b/sproxy2.cabal index 178b435..e3ae2bc 100644 --- a/sproxy2.cabal +++ b/sproxy2.cabal @@ -17,7 +17,7 @@ cabal-version: >= 1.20 extra-source-files: ChangeLog.md README.md - datafile.yml.example + datafile.example.yml sproxy.example.yml sproxy.sql |