Update mempool-frontend-config.sample.json for NGINX_HOSTNAME vars

This commit is contained in:
wiz 2020-12-22 13:11:31 +09:00
parent 6491d4576a
commit 2385ec7cde
No known key found for this signature in database
GPG key ID: A394E332255A6173

View file

@ -6,8 +6,7 @@
"ELECTRS_ITEMS_PER_PAGE": 25,
"KEEP_BLOCKS_AMOUNT": 8,
"SPONSORS_ENABLED": false,
"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"
}
"NGINX_PROTOCOL": "http",
"NGINX_HOSTNAME": "127.0.0.1",
"NGINX_PORT": "80"
}