Skip to content
Snippets Groups Projects
Commit 50b1eba0 authored by Nicolas PERNOUD's avatar Nicolas PERNOUD
Browse files

fix: windows scripts

parent 56acbb69
No related branches found
No related tags found
No related merge requests found
ECHO "GOPATH is %GOPATH%"
:: Install dependencies
go get -u
go mod tidy
go get
:: Get last version of templates
SET WD=%CD%
......
@echo off
set REDIRECT_URL=http://localhost:8081/OAuth2Callback
set CLIENT_ID=mdl-qor
set CLIENT_SECRET=d9e0cf41-11c6-4ef1-9d07-17e21bd352db
set AUTH_URL=http://localhost:8090/auth
set TOKEN_URL=http://localhost:8090/token
set USERINFO_URL=http://localhost:8090/userinfo
set LOGOUT_URL=http://localhost:8090/logout
set ADMIN_GROUP=ADMIN
go run main.go -debug
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment