Add retrying logic for ethical ads, add variable for the API url (#244)

This commit is contained in:
Redblueflame
2021-05-28 22:20:22 +02:00
committed by GitHub
parent cd8bc7a7a1
commit fd17e5a4c0
2 changed files with 17 additions and 12 deletions

View File

@@ -175,7 +175,7 @@ export default {
},
publicRuntimeConfig: {
axios: {
browserBaseURL: process.env.BROWSER_BASE_URL,
baseURL: process.env.API_URL,
},
ads: {
ghostMode: process.env.ENABLE_ADS == null,
@@ -187,11 +187,6 @@ export default {
base_url: process.env.ARIADNE_URL,
},
},
privateRuntimeConfig: {
axios: {
baseURL: process.env.BASE_URL,
},
},
}
function getDomain() {