This website requires JavaScript.
Explore
Help
Sign In
MaDgiK-CITE
/
argos
Watch
13
Star
0
Fork
You've already forked argos
0
Code
Issues
Pull Requests
Projects
Releases
3
Wiki
Activity
aa97ea4e82
argos
/
frontend
/
src
/
environments
/
environment.prod.ts
4 lines
51 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Initial import of DMP project modules. 1) dmp-backend : spring-hibernate webservice which allows dmp data storing and fetching from a relational database. 2) dmp-javascript-engine: a simple wrapper for java's nashorn javascript engine. 3) dmp-frontend: an angular based frontend app to serve dynamic questionnaires to aid the formation of Digital Management Plans
2017-09-14 12:37:36 +02:00
export
const
environment
=
{
added help content configuration, fixed facets option height bug
2018-10-08 16:58:52 +02:00
production
:
true
,
Initial import of DMP project modules. 1) dmp-backend : spring-hibernate webservice which allows dmp data storing and fetching from a relational database. 2) dmp-javascript-engine: a simple wrapper for java's nashorn javascript engine. 3) dmp-frontend: an angular based frontend app to serve dynamic questionnaires to aid the formation of Digital Management Plans
2017-09-14 12:37:36 +02:00
}
;