Files
schnittfest/run_dev.sh

10 lines
213 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
go run main.go