All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 6m5s
-jwt services/jwt.service.ts -เพิ่ม เวลา expire jwt token
6 lines
173 B
TypeScript
6 lines
173 B
TypeScript
export const environment = {
|
|
production: false,
|
|
apiBaseUrl: 'http://localhost:8000',
|
|
jwt_secret: '5b8273b2f79602e6b3987d3a9b018c66fd15e14848ff73ab1d332942c11eac80'
|
|
};
|