app/run.sh

9 lines
189 B
Bash
Raw Permalink Normal View History

2021-12-16 11:44:07 +00:00
export APP_SERVER_HOST=127.0.0.1
export APP_SERVER_PORT=8000
export APP_LOG_LEVEL=-1
export APP_PROD=false
export APP_LOG_PRETTY=true
export APP_DB_TYPE=sqlite
export APP_DATA=work
2021-12-17 07:52:32 +00:00
go test