diff options
Diffstat (limited to 'config.example.scfg')
-rw-r--r-- | config.example.scfg | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/config.example.scfg b/config.example.scfg new file mode 100644 index 0000000..eda4f38 --- /dev/null +++ b/config.example.scfg @@ -0,0 +1,22 @@ +scan /srv/git/ { + public true +} + +# TBD +#user admin:iKlvHe1g0UoXE +# +#list main { +# server smtp.example.com +# user admin@admin.com +# password 1234567 +# security tls +# authentication plain +# default false +#} +# +#repository cerrado { +# title Cerrado +# description "Self host single person readonly forge" +# list main +# public true +#} |