1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-11-29 21:48:14 +02:00

Use proper oauth state (#3847)

This commit is contained in:
Anbraten
2024-06-27 16:52:09 +02:00
committed by GitHub
parent 92cd0d04a3
commit 2bda19024e
12 changed files with 164 additions and 64 deletions

View File

@@ -38,6 +38,7 @@ var Config = struct {
LogStore log.Service
}
Server struct {
JWTSecret string
Key string
Cert string
OAuthHost string