Skip to content

Commit

Permalink
Changed example configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eran Hammer-Lahav committed Aug 27, 2011
1 parent ff64e85 commit c2114e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions config.js.example
Expand Up @@ -12,14 +12,14 @@ exports.host = {

web: {

domain: 'postmile.net',
domain: 'localhost',
port: 8000,
scheme: 'http'
},

api: {

domain: 'postmile.net',
domain: 'localhost',
port: 8001,
scheme: 'http'
},
Expand Down Expand Up @@ -74,10 +74,10 @@ exports.database = {

exports.email = {

fromName: 'Postmile.net',
replyTo: 'no-reply@postmile.net',
admin: 'admin@postmile.net',
feedback: 'admin@postmile.net',
fromName: 'Postmile',
replyTo: 'no-reply@your.domain',
admin: 'admin@your.domain',
feedback: 'admin@your.domain',

server: {

Expand Down
2 changes: 1 addition & 1 deletion web/vault.js.example
Expand Up @@ -23,7 +23,7 @@ exports.session = {

exports.postmileAPI = {

clientId: '',
clientId: 'postmile.web',
clientSecret: ''
};

Expand Down

0 comments on commit c2114e3

Please sign in to comment.