Skip to content

Commit

Permalink
Merge pull request nodester#383 from akumpf/master
Browse files Browse the repository at this point in the history
update defaults in example_config.js
  • Loading branch information
chrismatthieu committed Jun 2, 2012
2 parents d32bf84 + 30a4d72 commit 0748644
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions example_config.js
Expand Up @@ -5,12 +5,12 @@ exports.opt = {
couch_port: 5984,
couch_prefix: 'nodester',
couch_tables: ['coupons', 'nodefu', 'nextport', 'apps', 'repos', 'aliasdomains', 'password_resets', 'admins'],
home_dir: '/var/nodester',
app_dir: '/var/nodester/nodester',
home_dir: '/node/nodester/nodester',
app_dir: '/node/nodester/nodester',
git_home_dir: '/git',
apps_home_dir: '/app',
public_html_dir: '/var/nodester/nodester/public',
proxy_table_file: '/var/nodester/var/proxy_table.json',
public_html_dir: '/node/nodester/nodester/public',
proxy_table_file: '/node/nodester/nodester/var/proxy_table.json',
logs_dir: '/node/logs/',
tl_dom: 'testnodester.com',
api_dom: 'api.testnodester.com',
Expand All @@ -25,7 +25,7 @@ exports.opt = {
ssl_ca_file: '',
ssl_cert_file: '',
ssl_key_file: '',
node_base_folder: '/opt/node-v0.4.9_npm_v1.0.3',
node_base_folder: '',

redis: {
host: '127.0.0.1',
Expand Down

0 comments on commit 0748644

Please sign in to comment.