mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
readme
This commit is contained in:
parent
42f3cb78bd
commit
48c0561f66
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ This repo is still somewhat wip and might not be in the state yet where it can d
|
||||||
|
|
||||||
## Database
|
## Database
|
||||||
|
|
||||||
The api requires a PostgreSQL database to function, the database schema required can be found in `demos_schema.sql`.
|
The api requires a PostgreSQL database to function, the database schema required can be found in [demostf/db](https://github.com/demostf/api)/`demos_schema.sql`.
|
||||||
|
|
||||||
Note that the `pg_trgrm` extension in required.
|
Note that the `pg_trgrm` extension in required.
|
||||||
|
|
||||||
|
|
@ -23,6 +23,7 @@ A seperate PostgreSQL database is required to run the image, the database detail
|
||||||
- DB_DATABASE=$database_name
|
- DB_DATABASE=$database_name
|
||||||
- DB_USERNAME=$database_user
|
- DB_USERNAME=$database_user
|
||||||
- DB_PASSWORD=$database_password
|
- DB_PASSWORD=$database_password
|
||||||
|
- BASE_HOST=$host
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue