Skip to content

Commit

Permalink
BUX-624/ Changed Port (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: wregulski <[email protected]>
  • Loading branch information
Nazarii-4chain and wregulski authored Feb 29, 2024
1 parent 4de044e commit 9e14927
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ already built ones for the rest of applications.
Ports which are used:

- 3002 - SPV Wallet web-frontend
- 8081 - SPV Wallet web-backend
- 8180 - SPV Wallet web-backend
- 3003 - SPV Wallet (core service)
- 5432 - PostgreSQL DB
- 6379 - Redis
Expand Down
4 changes: 2 additions & 2 deletions release/README.DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ The configuration file `env-config.json` can contain all or part of the followin

```json
{
"apiUrl": "http://localhost:8080",
"wsUrl": "ws://localhost:8080/api/websocket",
"apiUrl": "http://localhost:8180",
"wsUrl": "ws://localhost:8180/api/websocket",
"paymailDomain": "other.example.com"
}
```
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default defineConfig({
strictPort: true,
proxy: {
'/api': {
target: 'http://127.0.0.1:8080',
target: 'http://127.0.0.1:8180',
changeOrigin: true,
secure: false,
ws: true,
Expand Down

0 comments on commit 9e14927

Please sign in to comment.