Fix production nginx.conf and backend config to always use unique ports

This commit is contained in:
wiz
2021-01-31 01:15:54 +09:00
parent f3c18b152a
commit d3646aa45e
4 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
"PASSWORD": "bar"
},
"ESPLORA": {
"REST_API_URL": "http://127.0.0.1:3002"
"REST_API_URL": "http://127.0.0.1:2002"
},
"DATABASE": {
"ENABLED": true,