environment.development.ts: reverse
Some checks failed
Build Docker Image / Restart Docker Compose (push) Has been cancelled
Build Docker Image / Build Docker Image (push) Has been cancelled

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-12-03 06:56:05 +07:00
parent 60be3f7890
commit d5026535d0

View File

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