mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-14 13:23:41 +02:00
Compare commits
2 commits
12b7d907a2
...
0f73b277b5
Author | SHA1 | Date | |
---|---|---|---|
0f73b277b5 | |||
76bc047f85 |
3 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ cd /var/www/vlw.se
|
||||||
```
|
```
|
||||||
|
|
||||||
## 4. Import the database templates
|
## 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` - 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.
|
- `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