fix(gp): weird issue with db username and password
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 1m41s

This commit is contained in:
2026-04-22 06:39:22 -05:00
parent a6d53f0266
commit d6328ab764
3 changed files with 6 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ services:
- PROD_USER=${PROD_USER}
- PROD_PASSWORD=${PROD_PASSWORD}
- GP_SERVER=10.193.9.31
- SQL_PORT= 1433
- SQL_PORT=1433
- BETTER_AUTH_SECRET=${BETTER_AUTH_SECRET}
- BETTER_AUTH_URL=${URL}
- OPENDOCK_URL=${OPENDOCK_URL}