rangement
darcs-hash:20060920202100-f46e9-15babd14b2e30cb7f8ab311ea096f91d2cc48077.gz
This commit is contained in:
parent
3dc01c0c2d
commit
4a9610b477
4 changed files with 3 additions and 3 deletions
|
@ -122,11 +122,11 @@ parser.add_option("-d", "--dev",
|
|||
# mise en place de cherrypy + conf
|
||||
#
|
||||
|
||||
cherrypy.config.update(file="/usr/scripts/intranet/intranet.cfg")
|
||||
cherrypy.config.update(file="/usr/scripts/intranet/conf/intranet.cfg")
|
||||
if (options.dev):
|
||||
cherrypy.config.update(file="/usr/scripts/intranet/dev.cfg")
|
||||
cherrypy.config.update(file="/usr/scripts/intranet/conf/dev.cfg")
|
||||
else:
|
||||
cherrypy.config.update(file="/usr/scripts/intranet/prod.cfg")
|
||||
cherrypy.config.update(file="/usr/scripts/intranet/conf/prod.cfg")
|
||||
|
||||
|
||||
settings={'/': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue