Compare commits
3 Commits
pkg/dev/ub
...
issue-33
Author | SHA1 | Date | |
---|---|---|---|
69d6753f59 | |||
94bfb77d87 | |||
5a677d2491 |
@ -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
|
||||
```
|
||||
|
||||
|
@ -20,6 +20,7 @@ type HTTPConfig struct {
|
||||
}
|
||||
|
||||
type GiteaConfig struct {
|
||||
BaseURL string
|
||||
ClientID string
|
||||
ClientSecret string
|
||||
RedirectURL string
|
||||
|
Reference in New Issue
Block a user