Show More
@@ -592,7 +592,7 b' vcs.hooks.protocol = http' | |||||
592 |
|
592 | |||
593 | vcs.server.log_level = debug |
|
593 | vcs.server.log_level = debug | |
594 | ## Start VCSServer with this instance as a subprocess, usefull for development |
|
594 | ## Start VCSServer with this instance as a subprocess, usefull for development | |
595 |
vcs.start_server = |
|
595 | vcs.start_server = false | |
596 |
|
596 | |||
597 | ## List of enabled VCS backends, available options are: |
|
597 | ## List of enabled VCS backends, available options are: | |
598 | ## `hg` - mercurial |
|
598 | ## `hg` - mercurial |
@@ -24,7 +24,7 b' beaker.cache.repo_object.enabled = true' | |||||
24 | [server:main] |
|
24 | [server:main] | |
25 | use = egg:waitress#main |
|
25 | use = egg:waitress#main | |
26 | host = 127.0.0.1 |
|
26 | host = 127.0.0.1 | |
27 | port = %(http_port)s |
|
27 | port = 9900 | |
28 |
|
28 | |||
29 | ################################ |
|
29 | ################################ | |
30 | ### LOGGING CONFIGURATION #### |
|
30 | ### LOGGING CONFIGURATION #### |
General Comments 0
You need to be logged in to leave comments.
Login now