Commit 40e46036 by Your Name

added staging root to rake environment

parent 361e9ed0
...@@ -3,6 +3,7 @@ roots = {} ...@@ -3,6 +3,7 @@ roots = {}
roots['development'] = "http://localhost:8000" roots['development'] = "http://localhost:8000"
roots['test'] = "http://localhost:8000" roots['test'] = "http://localhost:8000"
roots['production'] = "http://edx.org" roots['production'] = "http://edx.org"
roots['staging'] = "http://stage.edx.org"
ROOT = roots[ENV['SINATRA_ENV']] ROOT = roots[ENV['SINATRA_ENV']]
namespace :kpis do namespace :kpis do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment