hoc/.env.example

8 lines
128 B
Plaintext
Raw Normal View History

2020-11-24 19:05:56 +01:00
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'