All checks were successful
Build Docker Image / Preparing Dependecies (push) Successful in 5s
5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
export const environment = {
|
|
production: true,
|
|
apiUrl: 'http://localhost:8000'
|
|
};
|