Files
schnittfest/run_dev.sh
2019-12-12 22:12:48 +01:00

9 lines
175 B
Bash
Executable File

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