how alter environment in angular 17
tiagox
HOBBYOP

2 years ago

I need to change the variables in the environment.ts file by railway in the angular project.

export const environment = {
production: false,
homolog: false,
apiUrl: 'https://api.up.railway.app/api/v1'
};

0 Replies

Loading...