Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Mar 15, 2013
1 parent 24b1a1b commit ec93d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var configData = {};
/////////////////////////

configData.general = {
apiVersion: "4.3.6",
apiVersion: "5.0.0",
serverName: "actionHero API",
// A unique token to your application which servers will use to authenticate to eachother
serverToken: "change-me",
Expand Down Expand Up @@ -172,4 +172,4 @@ configData.webSockets = {

//////////////////////////////////

exports.configData = configData;
exports.configData = configData;

0 comments on commit ec93d93

Please sign in to comment.