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 go test