Correction génération fichier de configuration #34

Open
bgaude wants to merge 1 commits from issue-33 into develop
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 69d6753f59 - Show all commits

View File

@ -20,6 +20,7 @@ type HTTPConfig struct {
}
type GiteaConfig struct {
BaseURL string
ClientID string
ClientSecret string
RedirectURL string