mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-14 13:23:41 +02:00
Compare commits
No commits in common. "0f73b277b5d8881361fe527c8638affe1e0e549c" and "12b7d907a23612622a60486c77b07bb1fbe7c305" have entirely different histories.
0f73b277b5
...
12b7d907a2
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/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.
|
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.
|
||||||
|
|
||||||
- `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