.cargo
.github
doc
scripts
src
static
templates
tests
.dockerignore
.drone.yml
.env.example
.envrc
.gitignore
CHANGELOG.md
Cargo.lock
Cargo.toml
Dockerfile
LICENSE
README.md
build.rs
docker-compose.yml
hoc.toml
hoc.toml.example
shell.nix
8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
HOC_REPODIR='./repos'
|
|
HOC_CACHEDIR='./cache'
|
|
HOC_PORT=8080
|
|
HOC_HOST='0.0.0.0'
|
|
HOC_WORKERS=4
|
|
|
|
HOC_BASE_URL='http://0.0.0.0:8080'
|