Last commit ?
This commit is contained in:
parent
75060a0997
commit
34a5f703ea
9 changed files with 61 additions and 26 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export const environment = {
|
||||
production: true,
|
||||
urlCL: 'http://127.0.0.1:3000',
|
||||
urlCG: 'http://127.0.0.1:3001',
|
||||
urlCPR: 'http://127.0.0.1:3002'
|
||||
urlCL: 'http://localhost:3000',
|
||||
urlCG: 'http://localhost:3001',
|
||||
urlCPR: 'http://localhost:3002'
|
||||
};
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
export const environment = {
|
||||
production: false,
|
||||
urlCL: 'http://127.0.0.1:3000',
|
||||
urlCG: 'http://127.0.0.1:3001',
|
||||
urlCPR: 'http://127.0.0.1:3002'
|
||||
urlCL: 'http://localhost:3000',
|
||||
urlCG: 'http://localhost:3001',
|
||||
urlCPR: 'http://localhost:3002'
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Reference in a new issue