doc: change 'Seed' to 'Seeds' in README

This commit is contained in:
Victor Westerlund 2025-03-13 11:52:16 +00:00
parent 76bc047f85
commit 0f73b277b5

View file

@ -41,7 +41,7 @@ cd /var/www/vlw.se
```
## 4. Import the database templates
There's are two SQL files in [`/src/Database/Seed/`](https://codeberg.org/vlw/vlw.se/src/branch/master/src/Database/Seed) that you can use to initialize the two databases required for this website.
There's are two SQL files in [`/src/Database/Seeds/`](https://codeberg.org/vlw/vlw.se/src/branch/master/src/Database/Seeds) that you can use to initialize the two databases required for this website.
- `vlw` - This database has the website data and should be added to the `db` variable under `server_database` in `/.env.ini`
- `vlw_reflect` - This is the Reflect database that has all the endpoints pre-configured. You'll have to add your own ACL rules.