Add example configurations

This commit is contained in:
Valentin Brandl
2020-11-24 19:05:56 +01:00
parent 6f734b103a
commit e6e90214e2
2 changed files with 22 additions and 0 deletions

7
.env.example Normal file
View File

@ -0,0 +1,7 @@
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'