All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 6m18s
8 lines
164 B
TypeScript
8 lines
164 B
TypeScript
export const environment = {
|
|
production: false,
|
|
apiBaseUrl: 'https://bread-leader-move-created.trycloudflare.com'
|
|
|
|
|
|
// apiBaseUrl: 'http://localhost:8000'
|
|
};
|