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

6 lines
214 B
TypeScript
Raw Normal View History

2017-12-14 11:41:26 +01:00
export const HostConfiguration = {
2018-01-18 11:27:30 +01:00
Server: 'http://dl043.madgik.di.uoa.gr:8080/',
App: 'http://dl043.madgik.di.uoa.gr:8080/'
2017-12-14 11:41:26 +01:00
//CASHost: 'https://login-devel.uoa.gr/login',
//Service: 'http://elkefinman/login'
}