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

View File

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