mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 17:47:01 +01:00
Update mempool-frontend-config.sample.json for NGINX_HOSTNAME vars
This commit is contained in:
parent
6491d4576a
commit
2385ec7cde
1 changed files with 4 additions and 5 deletions
|
@ -6,8 +6,7 @@
|
||||||
"ELECTRS_ITEMS_PER_PAGE": 25,
|
"ELECTRS_ITEMS_PER_PAGE": 25,
|
||||||
"KEEP_BLOCKS_AMOUNT": 8,
|
"KEEP_BLOCKS_AMOUNT": 8,
|
||||||
"SPONSORS_ENABLED": false,
|
"SPONSORS_ENABLED": false,
|
||||||
"BACKEND_URL": "http://127.0.0.1:8999",
|
"NGINX_PROTOCOL": "http",
|
||||||
"ELECTRS_URL": "http://127.0.0.1:4200",
|
"NGINX_HOSTNAME": "127.0.0.1",
|
||||||
"ELECTRS_URL_SERVER": "http://127.0.0.1:50001",
|
"NGINX_PORT": "80"
|
||||||
"STATIC_WEBSERVER_URL": "http://127.0.0.1:4200"
|
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue