# Defaults for gitea initscript
# sourced by /etc/init.d/gitea
# installed at /etc/default/gitea by the maintainer scripts as POSIX shell fragment
#
GITEA_ENABLE=true

# Additional options that are passed to the Daemon.
DAEMON_OPTS=""
