Files
schnittfest/run_dev.sh
2019-12-27 20:24:24 +01:00

11 lines
248 B
Bash
Executable File

#!/bin/bash
export SCHNITTFEST_HOST=localhost:8080
export SCHNITTFEST_LOGLEVEL=debug
export SCHNITTFEST_ALLOWED_ORIGINS=*
export SCHNITTFEST_TLS_ENABLE=false
export SCHNITTFEST_DISABLE_CACHE=true
export SCHNITTFEST_HOT_RELOAD=true
go run main.go