tmpl/gogs.conf: Enable choice for registration.
We may want (or not) our users be able to register themselves.
This commit is contained in:
@ -33,6 +33,9 @@
|
||||
<variable name='git_root' type='string' description='Repertoire des dépôts git' mandatory='True'>
|
||||
<value>/var/db/gogs/repo</value>
|
||||
</variable>
|
||||
<variable name='gogs_registration' type='oui/non' description="Les utilisateurs peuvent s'enregistrer">
|
||||
<value>non</value>
|
||||
</variable>
|
||||
<variable name='git_http_port' type='string' description='Port HTTP pour la forge' mode='expert'>
|
||||
<value>3000</value>
|
||||
</variable>
|
||||
|
Reference in New Issue
Block a user