File: default

package info (click to toggle)
breezy 3.3.21-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 40,760 kB
  • sloc: python: 279,676; ansic: 1,093; makefile: 367; sh: 284; lisp: 107
file content (20 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Specify startup options for brz --serve

# WARNING
# When Breezy 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=brz
#GROUP=brz

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

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