mirror of
https://github.com/Kugelschieber/schnittfest.git
synced 2026-01-18 10:20:27 +00:00
Added basic template rendering.
This commit is contained in:
8
run_dev.sh
Executable file
8
run_dev.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
export SCHNITTFEST_HOST=localhost:8080
|
||||
export SCHNITTFEST_LOGLEVEL=debug
|
||||
export SCHNITTFEST_ALLOWED_ORIGINS=*
|
||||
export SCHNITTFEST_TLS_ENABLE=false
|
||||
|
||||
go run main.go
|
||||
Reference in New Issue
Block a user