1
# Specify startup options for bzr --serve
4
# When bazaar runs in serve mode there is no authentication. You will
5
# be publishing your tree as readable or potentially writeable to everyone
7
# You need to uncomment the line below to enable this service
10
# Specify a user and group to run as
14
# Specify the path to the repository
18
# Add --allow-writes for RW access
19
# Example config listens on localhost
20
DAEMON_ARGS="--port=127.0.0.1:4155"