fix environment.development.ts
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 6m12s
Build Docker Image / Restart Docker Compose (push) Successful in 0s

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-12-03 06:57:59 +07:00
parent a06337d9b5
commit 07074c2519

View File

@@ -1,5 +1,6 @@
export const environment = {
production: false,
// apiBaseUrl: 'https://bread-leader-move-created.trycloudflare.com'
apiBaseUrl: 'http://localhost:8000'
apiBaseUrl: 'http://localhost:8000',
jwt_secret: ''
};