Skip to content

Commit

Permalink
doc(web): more docs for config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Apr 8, 2020
1 parent ba7c880 commit f1b47bf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,15 @@ When you have multiple versions you may want to tag some version as **latest**:
# tag the version VERSION of project PROJECT as latest
curl -X PUT http://localhost:8000/api/PROJECT/VERSION/tags/latest
```


## Advanced config.json

It is possible to configure some things after the fact.

1. Create a `config.json` file
2. Mount it inside your docker container `--volume /path/to/config.json:/var/www/html/config.json`

Supported config options:

* headerHTML

0 comments on commit f1b47bf

Please sign in to comment.