Compare commits
3 Commits
pkg/dev/eo
...
issue-33
Author | SHA1 | Date | |
---|---|---|---|
69d6753f59 | |||
94bfb77d87 | |||
5a677d2491 |
@ -9,6 +9,7 @@
|
|||||||
### Procédure
|
### Procédure
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
cd client && npm install # Installation des dépendances client
|
||||||
make watch # Surveiller les modifications sur le sources et compiler/démarrer le serveur
|
make watch # Surveiller les modifications sur le sources et compiler/démarrer le serveur
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@ type HTTPConfig struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type GiteaConfig struct {
|
type GiteaConfig struct {
|
||||||
|
BaseURL string
|
||||||
ClientID string
|
ClientID string
|
||||||
ClientSecret string
|
ClientSecret string
|
||||||
RedirectURL string
|
RedirectURL string
|
||||||
|
Reference in New Issue
Block a user