diff options
author | Ralph Amissah <ralph@amissah.com> | 2008-01-02 20:57:46 +0000 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2008-01-02 20:57:46 +0000 |
commit | b4438089b094c68c9f0545246696f30fb9105a62 (patch) | |
tree | c5a88b8760cf0eade2aaf02752339c4a179420af /conf | |
parent | Updated sisu-0.63.0 (diff) | |
parent | bump version number (diff) |
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'conf')
-rw-r--r-- | conf/sisu/sisurc.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/conf/sisu/sisurc.yml b/conf/sisu/sisurc.yml index c135f270..d5c186e8 100644 --- a/conf/sisu/sisurc.yml +++ b/conf/sisu/sisurc.yml @@ -45,7 +45,8 @@ show_output_on: 'filesystem_url' # stub: 'texinfo' ##% processing directories, main path and subdirectories (appended to $HOME), using defaults set in sysenv #processing: -# path: '_sisu_processing' +# path: '~' +# dir: '.sisu_processing~' # metaverse: 'metaverse' # tune: 'tune' # latex: 'tex' @@ -56,7 +57,6 @@ flag: color: true # making colour default -c is toggle, and will now toggle colour off default: '-NhwpoabxXyYv' # includes verbose; -m would in any event be run by default i: '-hwpoyv' # includes verbose; -m run by default - i: '-Nhwpoayv' # includes verbose; -m run by default ii: '-NhwpoabxXyv' # includes verbose; -m run by default iii: '-NhwpoabxXyYv' # includes verbose; -m run by default iv: '-NhwpoabxXYDyv --import' # includes verbose; -m run by default @@ -84,8 +84,10 @@ default: #% sql database info, postgresql and sqlite #db: # postgresql: -# user: '[username]' -# port: '[port (default is 5432]' +# port: # '[port (default is 5432)]' +# host: # '[if not localhost, provide host tcp/ip address or domain name]'' +# user: # '[(if different from user) provide username]' +# password: # '[password if required]' # sqlite: # path: ~ # './sisu_sqlite.db' # port: "**" |