From 15acbca96c1cf2197ebba9510fee2fd6a0edca36 Mon Sep 17 00:00:00 2001 From: Chris Blanchard Date: Tue, 15 Nov 2016 10:09:23 +0000 Subject: [PATCH] Add hive 2 endpoint --- config/environments/development.js | 3 ++- config/environments/production.js | 3 ++- config/environments/staging.js | 1 + config/environments/test.js | 3 ++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/config/environments/development.js b/config/environments/development.js index 0b63a46..d8b3c7b 100644 --- a/config/environments/development.js +++ b/config/environments/development.js @@ -7,7 +7,8 @@ var config = { }, secret_token: "", session_store_name: "_ENSL_session_key_staging", - hive_url: "http://hive.naturalselection2.com/", + hive_url: "http://hive.naturalselection2.com", + hive2_url: "http://hive2.ns2cdt.com", ensl_url: "http://staging.ensl.org/", ensl_rules_url: "http://www.ensl.org/articles/464", steam_bot_link: "http://steamcommunity.com/id/nslgathers" diff --git a/config/environments/production.js b/config/environments/production.js index b8c00be..b04e147 100644 --- a/config/environments/production.js +++ b/config/environments/production.js @@ -7,7 +7,8 @@ var config = { }, secret_token: "", session_store_name: "_ENSL_session_key", - hive_url: "http://hive.naturalselection2.com/", + hive_url: "http://hive.naturalselection2.com", + hive2_url: "http://hive2.ns2cdt.com", ensl_url: "http://www.ensl.org/", ensl_rules_url: "http://www.ensl.org/articles/464", steam_bot_link: "http://steamcommunity.com/id/nslgathers" diff --git a/config/environments/staging.js b/config/environments/staging.js index d1c9010..45c918a 100644 --- a/config/environments/staging.js +++ b/config/environments/staging.js @@ -8,6 +8,7 @@ var config = { secret_token: "", session_store_name: "_ENSL_session_key_staging", hive_url: "http://hive.naturalselection2.com/", + hive2_url: "http://hive2.ns2cdt.com", ensl_url: "http://staging.ensl.org/", ensl_rules_url: "http://www.ensl.org/articles/464", steam_bot_link: "http://steamcommunity.com/id/nslgathers" diff --git a/config/environments/test.js b/config/environments/test.js index a230326..f7567ec 100644 --- a/config/environments/test.js +++ b/config/environments/test.js @@ -7,7 +7,8 @@ var config = { }, secret_token: "SUPERSECRETFOO", session_store_name: "_ENSL_session_key_staging", - hive_url: "http://hive.naturalselection2.com/", + hive_url: "http://hive.naturalselection2.com", + hive2_url: "http://hive2.ns2cdt.com", ensl_rules_url: "http://www.ensl.org/articles/464", ensl_url: "http://staging.ensl.org/", steam_bot_link: "http://steamcommunity.com/id/nslgathers"