Compare commits

...

1 Commits

Author SHA1 Message Date
69d6753f59 Correction generation fichier de configuration 2020-06-05 10:44:12 +02:00

View File

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