mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
doc: change 'Seed' to 'Seeds' in README
This commit is contained in:
parent
76bc047f85
commit
0f73b277b5
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue