Files
.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
hoc/.env.example
2020-11-24 19:05:56 +01:00

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'