Add the environment config files
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
6a6fc064ef
commit
d86f2779a5
@ -0,0 +1,5 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: 'https://tododomain.com',
|
||||
webSocketUrl: 'ws://tododomain.com',
|
||||
};
|
@ -0,0 +1,5 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: 'http://localhost:3000',
|
||||
webSocketUrl: 'ws://localhost:3000',
|
||||
};
|
Loading…
Reference in new issue