Skip to content

Commit

Permalink
Fixed example_config.js syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Feb 6, 2011
1 parent a7649db commit 748c3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_config.js
Expand Up @@ -4,7 +4,7 @@ exports.opt = {
couch_host: "127.0.0.1",
couch_port: 5984,
couch_prefix: 'test',
couch_tables: ['coupons', 'nodefu', 'nextport', 'apps', 'repos', 'aliasdomains']
couch_tables: ['coupons', 'nodefu', 'nextport', 'apps', 'repos', 'aliasdomains'],
home_dir: '/var/nodester',
app_dir: '/var/nodester/nodester',
hosted_apps_subdir: 'hosted_apps', // This should be a subfolder of home_dir
Expand Down

0 comments on commit 748c3c4

Please sign in to comment.