how alter environment in angular 17
tiagoxHOBBY
a year 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