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

5 lines
151 B
TypeScript
Raw Normal View History

2018-02-09 16:54:41 +01:00
import { environment } from '../environments/environment.prod';
2017-12-14 11:41:26 +01:00
export const HostConfiguration = {
2018-02-09 16:54:41 +01:00
Server: environment.Server,
App: environment.App
2017-12-14 11:41:26 +01:00
}