Add hive 2 endpoint

This commit is contained in:
Chris Blanchard 2016-11-15 10:09:23 +00:00
parent 8d9194e95c
commit 15acbca96c
4 changed files with 7 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"