Fix SilverPay port: Use 8000 instead of 8001 for internal connection
This commit is contained in:
parent
c8adee8db4
commit
6f3314de26
@ -19,7 +19,7 @@ services:
|
||||
- Jwt__ExpiryInHours=24
|
||||
|
||||
# SilverPay Configuration (pay.thebankofdebbie.giize.com)
|
||||
- SilverPay__BaseUrl=http://silverpay-api:8001 # Internal Docker network
|
||||
- SilverPay__BaseUrl=http://silverpay-api:8000 # Internal Docker network - correct port
|
||||
- SilverPay__PublicUrl=https://pay.thebankofdebbie.giize.com
|
||||
- SilverPay__ApiKey=7703aa7a62fa4b40a87e9cfd867f5407147515c0986116ea54fc00c0a0bc30d8
|
||||
- SilverPay__WebhookSecret=Thefa1r1esd1d1twebhooks2024
|
||||
|
||||
Loading…
Reference in New Issue
Block a user