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 1bed4b4313
commit da2f9aa80d
4 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
"PASSWORD": "bar"
},
"ESPLORA": {
"REST_API_URL": "http://127.0.0.1:3000"
"REST_API_URL": "http://127.0.0.1:2000"
},
"DATABASE": {
"ENABLED": true,