From 0711795332affc274cd95614630d8800d12a83bb Mon Sep 17 00:00:00 2001 From: Ovidiu Chereches Date: Fri, 19 Jul 2013 18:16:05 +0700 Subject: [PATCH] Remove proprietary config --- conf/general.user.example.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/conf/general.user.example.js b/conf/general.user.example.js index 073aba1..8492aaa 100644 --- a/conf/general.user.example.js +++ b/conf/general.user.example.js @@ -4,15 +4,6 @@ // if needed 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 = { NONE: 0, ERROR: 1, @@ -21,7 +12,6 @@ var LOG_LEVEL = { }; App.user = { - FRONTEND_URL: FRONTEND.TEST, STATIC_URL: 'http://ubervu.localhost', LOG_LEVEL: LOG_LEVEL.WARN };