New frontend config for webserver url to fix static asset httpGet.

Removed "absolute" from config names.
This commit is contained in:
softsimon
2020-11-23 18:22:21 +07:00
parent 2054c951ae
commit 2cbf1474c3
6 changed files with 23 additions and 13 deletions

View File

@@ -6,7 +6,8 @@
"ELECTRS_ITEMS_PER_PAGE": 25,
"KEEP_BLOCKS_AMOUNT": 8,
"SPONSORS_ENABLED": false,
"BACKEND_ABSOLUTE_URL": "http://localhost:8999",
"ELECTRS_ABSOLUTE_URL": "http://localhost:4200",
"ELECTRS_ABSOLUTE_URL_SERVER": "http://localhost:50001"
"BACKEND_URL": "http://127.0.0.1:8999",
"ELECTRS_URL": "http://127.0.0.1:4200",
"ELECTRS_URL_SERVER": "http://127.0.0.1:50001",
"STATIC_WEBSERVER_URL": "http://127.0.0.1:4200"
}