Skip to content

Commit

Permalink
Hardcore app dns to explore.applait.com
Browse files Browse the repository at this point in the history
Because we can't get alias from env vars in Openshift.

Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
  • Loading branch information
Kaustav Das Modak committed Oct 8, 2014
1 parent 2f0d470 commit be81429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var config = {
REPO_USERNAME : "applait",
REPO_SLUG : "agora",
APP_ROOT : __dirname,
APP_DNS : process.env.OPENSHIFT_APP_DNS || "localhost:1337",
APP_DNS : process.env.OPENSHIFT_APP_DNS ? "explore.applait.com" : "localhost:1337",
APP_IP : process.env.OPENSHIFT_NODEJS_IP || "127.0.0.1",
APP_PORT : process.env.OPENSHIFT_NODEJS_PORT || "1337",
DB_HOST : process.env.OPENSHIFT_MONGODB_DB_HOST || "localhost",
Expand Down

0 comments on commit be81429

Please sign in to comment.