diff options
Diffstat (limited to 'config.example.scfg')
-rw-r--r-- | config.example.scfg | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config.example.scfg b/config.example.scfg index 1e3180f..3961e51 100644 --- a/config.example.scfg +++ b/config.example.scfg @@ -3,6 +3,12 @@ scan /srv/git/ { public true } +repository /srv/git/cerrado.git { + name cerrado + description "Self host single person forge" + public true +} + # TBD #user admin:iKlvHe1g0UoXE # @@ -15,9 +21,3 @@ scan /srv/git/ { # default false #} # -#repository cerrado { -# title Cerrado -# description "Self host single person readonly forge" -# list main -# public true -#} |