Fix Razorpay webhook payload size limits
All checks were successful
build-and-deploy / build-deploy (push) Successful in 34s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 34s
This commit is contained in:
@@ -189,3 +189,11 @@ Notes / constraints
|
||||
Operational notes
|
||||
- Payment provider migrated: PayU removed; Razorpay now used for settings, QR, payment links, and webhooks.
|
||||
- Server access: SSH host alias `hotel` is available for server operations (e.g., `ssh hotel`). Use carefully; DB changes were done via `sudo -u postgres psql` on the server when needed.
|
||||
|
||||
Access / ops notes (prod)
|
||||
- Service: `TrisolarisServer.service` (systemd). `systemctl cat TrisolarisServer.service`.
|
||||
- Deploy path: `/opt/deploy/TrisolarisServer` (runs `build/libs/*.jar`).
|
||||
- Active profile: `prod` (see service Environment=SPRING_PROFILES_ACTIVE=prod).
|
||||
- DB (prod): PostgreSQL `trisolaris` on `localhost:5432` (see `/opt/deploy/TrisolarisServer/src/main/resources/application-prod.properties`).
|
||||
- DB (dev): PostgreSQL `trisolaris` on `192.168.1.53:5432` (see `application-dev.properties`).
|
||||
- DB access (server): `sudo -u postgres psql -d trisolaris`.
|
||||
|
||||
Reference in New Issue
Block a user