Skip to content

Commit

Permalink
fix re-enabling of registrations (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguida authored Nov 23, 2022
1 parent d166533 commit f4885ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export GITEA__security__SECRET_KEY=$SECRET_KEY

if [ "$(yq ".disable-registration" /data/start9/config.yaml)" = "true" ]; then
export GITEA__service__DISABLE_REGISTRATION=true
else
export GITEA__service__DISABLE_REGISTRATION=false
fi


Expand Down

0 comments on commit f4885ca

Please sign in to comment.