Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Commit

Permalink
expose the port number as a command line option to buildout.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcardune committed Mar 18, 2009
1 parent 101ca67 commit cd0f062
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,18 @@ eggs = z3c.formdemo [app]
[demo]
recipe = zc.zope3recipes:instance
application = form-demo-app
zope.conf = ${database:zconfig}
zope.conf = <server>
address ${options:port}
type HTTP
</server>
${database:zconfig}

[database]
recipe = zc.recipe.filestorage

[versions]
lxml = 2.1.2
z3c.formdemo =
z3c.formdemo =

[options]
port = 8080

0 comments on commit cd0f062

Please sign in to comment.