New frontend config for webserver url to fix static asset httpGet.
Removed "absolute" from config names.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user