mirror of
https://github.com/Retropex/Ordisrespector-pool-ui.git
synced 2025-05-12 19:20:43 +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": "ng serve --proxy-config proxy.config.local.json ",
|
||||||
"start:prod": "ng serve --proxy-config proxy.config.prod.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": "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",
|
"watch": "ng build --watch --configuration development",
|
||||||
"test": "ng test",
|
"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"
|
"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/*": {
|
"/api/*": {
|
||||||
"target": "http://public-pool.airdns.org:40557",
|
"target": "http://public-pool.io:40557",
|
||||||
"secure": false,
|
"secure": false,
|
||||||
"logLevel": "debug",
|
"logLevel": "debug",
|
||||||
"pathRewrite": {
|
"pathRewrite": {
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div class="info mb-2 p-4 border-dashed border-1 border-round">
|
<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>
|
<br>
|
||||||
<code>username: <your BTC address>.<worker name>, password: x</code>
|
<code>username: <your BTC address>.<worker name>, password: x</code>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user