Fixed static content path and made content caching optional.

This commit is contained in:
Marvin Blum
2019-12-27 20:07:25 +01:00
parent 9f5197ba3e
commit ef1223b4aa
5 changed files with 13 additions and 3 deletions

View File

@@ -2,5 +2,6 @@ set SCHNITTFEST_HOST=localhost:8080
set SCHNITTFEST_LOGLEVEL=debug
set SCHNITTFEST_ALLOWED_ORIGINS=*
set SCHNITTFEST_TLS_ENABLE=false
set SCHNITTFEST_DISABLE_CACHE=true
go run main.go