argos/dmp-frontend/src/app/app.constants.ts

6 lines
188 B
TypeScript
Raw Normal View History

2017-12-14 11:41:26 +01:00
export const HostConfiguration = {
2018-01-12 17:32:47 +01:00
Server: 'http://localhost:4200/',
2018-01-10 17:05:23 +01:00
App: 'http://localhost:4200/'
2017-12-14 11:41:26 +01:00
//CASHost: 'https://login-devel.uoa.gr/login',
//Service: 'http://elkefinman/login'
}