commeting out testland and localhost providers from production
This commit is contained in:
parent
7063b293f2
commit
50d6047782
@ -15,10 +15,10 @@ export const anastasisData = {
|
|||||||
url: "https://v1.anastasis.codeblau.de/",
|
url: "https://v1.anastasis.codeblau.de/",
|
||||||
name: "Codeblau GmbH, Germany",
|
name: "Codeblau GmbH, Germany",
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
url: "https://v1.anastasis.openw3b.org/",
|
// url: "https://v1.anastasis.openw3b.org/",
|
||||||
name: "Openw3b Foundation, India",
|
// name: "Openw3b Foundation, India",
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
url: "https://v1.anastasis.lu/",
|
url: "https://v1.anastasis.lu/",
|
||||||
name: "Anastasis SARL, Luxembourg",
|
name: "Anastasis SARL, Luxembourg",
|
||||||
@ -31,22 +31,22 @@ export const anastasisData = {
|
|||||||
url: "https://v1.anastasis.lu/",
|
url: "https://v1.anastasis.lu/",
|
||||||
restricted: "xx",
|
restricted: "xx",
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
url: "http://localhost:8086/",
|
// url: "http://localhost:8086/",
|
||||||
restricted: "xx",
|
// restricted: "xx",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
url: "http://localhost:8087/",
|
// url: "http://localhost:8087/",
|
||||||
restricted: "xx",
|
// restricted: "xx",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
url: "http://localhost:8088/",
|
// url: "http://localhost:8088/",
|
||||||
restricted: "xx",
|
// restricted: "xx",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
url: "http://localhost:8089/",
|
// url: "http://localhost:8089/",
|
||||||
restricted: "xx",
|
// restricted: "xx",
|
||||||
},
|
// },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
countriesList: {
|
countriesList: {
|
||||||
@ -205,18 +205,18 @@ export const anastasisData = {
|
|||||||
},
|
},
|
||||||
call_code: "+1",
|
call_code: "+1",
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
code: "xx",
|
// code: "xx",
|
||||||
name: "Testland",
|
// name: "Testland",
|
||||||
continent: "Demoworld",
|
// continent: "Demoworld",
|
||||||
name_i18n: {
|
// name_i18n: {
|
||||||
de_DE: "Testlandt",
|
// de_DE: "Testlandt",
|
||||||
de_CH: "Testlandi",
|
// de_CH: "Testlandi",
|
||||||
fr_FR: "Testpais",
|
// fr_FR: "Testpais",
|
||||||
en_UK: "Testland",
|
// en_UK: "Testland",
|
||||||
},
|
// },
|
||||||
call_code: "+00",
|
// call_code: "+00",
|
||||||
},
|
// },
|
||||||
].sort((a, b) => a.name > b.name ? 1 : (a.name < b.name ? -1 : 0)),
|
].sort((a, b) => a.name > b.name ? 1 : (a.name < b.name ? -1 : 0)),
|
||||||
},
|
},
|
||||||
countryDetails: {
|
countryDetails: {
|
||||||
|
Loading…
Reference in New Issue
Block a user