mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
update readme
This commit is contained in:
parent
8fcbd18cbc
commit
5c9c129002
1 changed files with 4 additions and 1 deletions
|
|
@ -22,8 +22,11 @@ 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
|
- BASE_HOST=$host // the domain the frontend site will be running on
|
||||||
- PARSER_URL=$parser_host // the full url for the demo parser's upload endpoint
|
- PARSER_URL=$parser_host // the full url for the demo parser's upload endpoint
|
||||||
|
- DEMO_ROOT=/demos // the folder uploaded demos will be stored in
|
||||||
|
- DEMO_HOST=static.$HOST // the hostname from which the uploaded demos will be served
|
||||||
|
- APP_ROOT=api.$HOST // the domain the api will be running on
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue