mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 15:21:56 +00:00
Add hive 2 endpoint
This commit is contained in:
parent
8d9194e95c
commit
15acbca96c
4 changed files with 7 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue