Compare commits

..

3 Commits

2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
### Procédure
```bash
cd client && npm install # Installation des dépendances client
make watch # Surveiller les modifications sur le sources et compiler/démarrer le serveur
```

View File

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