mirror of
https://github.com/Retropex/Ordisrespector-pool-ui.git
synced 2025-05-12 11:10:42 +02:00
cname 2
This commit is contained in:
parent
63b64005e9
commit
4e9e61fd28
@ -6,7 +6,7 @@
|
||||
"start": "ng serve --proxy-config proxy.config.local.json ",
|
||||
"start:prod": "ng serve --proxy-config proxy.config.prod.json ",
|
||||
"build": "ng build --configuration=production && gzipper compress --gzip --brotli ./dist/public-pool-ui/",
|
||||
"build:github": "ng build --configuration=production && echo \"web.public-pool.io\" > dist/CNAME",
|
||||
"build:github": "ng build --configuration=production && echo \"web.public-pool.io\" > dist/public-pool-ui/CNAME",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"test": "ng test",
|
||||
"bundle-report": "ng build --configuration=production --source-map=true --named-chunks=true --stats-json && webpack-bundle-analyzer dist/public-pool-ui/stats.json"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"/api/*": {
|
||||
"target": "http://public-pool.airdns.org:40557",
|
||||
"target": "http://public-pool.io:40557",
|
||||
"secure": false,
|
||||
"logLevel": "debug",
|
||||
"pathRewrite": {
|
||||
|
@ -31,7 +31,7 @@
|
||||
<br>
|
||||
<br>
|
||||
<div class="info mb-2 p-4 border-dashed border-1 border-round">
|
||||
<code>stratum+tcp://public-pool.airdns.org:21496</code>
|
||||
<code>stratum+tcp://public-pool.io:21496</code>
|
||||
<br>
|
||||
<code>username: <your BTC address>.<worker name>, password: x</code>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user