| 12345678910111213141516171819 |
- # TODO: Integrate these into JSP where appropriate
- # ieat app
- app.url=localhost:8080/ieat-2.0.0
- # mongodb
- spring.data.mongodb.host=localhost
- spring.data.mongodb.port=27017
- spring.data.mongodb.database=ieat
- # web resources
- web.resources.timeout = 0 # seconds
- # logging
- logging.level.*=error
- #logging.config=log4j.properties
- #log4j.appender.file.File=${log.file.path}/${project.artifactId}.log
- ndb.api.key=CfiHcUnSf0RX0jBuqiWjDK2d2ziOmoZG15CTdhQn
|