Skip to content

Commit

Permalink
Remove proprietary config
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed Jul 19, 2013
1 parent 9337b4d commit 0711795
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions conf/general.user.example.js
Expand Up @@ -4,15 +4,6 @@
// if needed // if needed
var App = App || {}; var App = App || {};


// Paths for working with an external frontend (useful especially when not
// having the frontend installed locally)
var FRONTEND = {
LOCAL: 'http://127.0.0.1:8000',
APP: 'http://app.ubervu.com',
TEST: 'http://test-app.ubervu.local',
WL: 'http://wldemo.com'
};

var LOG_LEVEL = { var LOG_LEVEL = {
NONE: 0, NONE: 0,
ERROR: 1, ERROR: 1,
Expand All @@ -21,7 +12,6 @@ var LOG_LEVEL = {
}; };


App.user = { App.user = {
FRONTEND_URL: FRONTEND.TEST,
STATIC_URL: 'http://ubervu.localhost', STATIC_URL: 'http://ubervu.localhost',
LOG_LEVEL: LOG_LEVEL.WARN LOG_LEVEL: LOG_LEVEL.WARN
}; };

0 comments on commit 0711795

Please sign in to comment.