summaryrefslogtreecommitdiffstats
path: root/src/main/resources/application-docker.properties
AgeCommit message (Collapse)AuthorFilesLines
2018-04-13Externalized app params for deploymentQuoc Nghia Nguyen1-64/+0
- .env: contains environment variables which override application's default properties - Dockerfile & docker-compose.yml: takes environment variables into account - application.properties: included external services configurations Change-Id: I49937e66d514a42a174cff3bf6c383ecfc8e28e0 Issue-ID: EXTAPI-49 Signed-off-by: Quoc Nghia Nguyen <quocnghia.nguyen@orange.com>
2018-04-13Remove 'All rights reserved.' on apache 2 licenseMatthieuGeerebaert1-1/+1
- mvn license:remove - update LICENSE.TXT - mvn license:format Change-Id: I2e7b1c78936b40a7cd181df7a1084535a09eac8c Issue-ID: EXTAPI-53 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
2018-04-11Add license in missing .http and .properties filesMatthieuGeerebaert1-0/+16
Change-Id: I363151c3469442f056068346e6d9f9a14b54765b Issue-ID: EXTAPI-53 Signed-off-by: Matthieu Geerebaert <matthieu.geerebaert@orange.com>
2018-04-10Add files for build and dockerraag82901-0/+48
- version.properties - plugin docker - application-docker.properties - docker files - ready Change-Id: Ic6884b2df3d31518b70a5d2b8cd1a2fd94d73a15 Issue-ID: EXTAPI-49 Signed-off-by: romaingimbert <romain.gimbert@orange.com>