.github
doc
nix
scripts
src
static
templates
tests
.dockerignore
.drone.yml
.env.example
.gitignore
Cargo.lock
Cargo.nix
Cargo.toml
Dockerfile
LICENSE
README.md
build.rs
crate-hashes.json
default.nix
docker-compose.yml
hoc.toml
hoc.toml.example
shell.nix
vm.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'
|