Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 680a88368922904a6c20d5a9721362f4 > files > 2357

bzr-2.3.4-1.fc15.i686.rpm

# Specify startup options for bzr --serve

# WARNING
# When bazaar runs in serve mode there is no authentication. You will
# be publishing your tree as readable or potentially writeable to everyone

# You need to uncomment the line below to enable this service
#ENABLED=1

# Specify a user and group to run as
#USER=bzr
#GROUP=bzr

# Specify the path to the repository
#REPO=/srv/bzr

# Other arguments
# Add --allow-writes for RW access
# Example config listens on localhost
DAEMON_ARGS="--port=127.0.0.1:4155"