Skip to content
Snippets Groups Projects
Commit 2f21ba0f authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

Add production environnment variables

parent 1dd60571
No related branches found
No related tags found
2 merge requests!813.1,!753.1
export const environment = { export const environment = {
production: true, production: true,
apiUrl: 'https://anis-dev.lam.fr', apiUrl: '/server',
authUrl: '/auth',
instanceName: 'default' instanceName: 'default'
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment