dave
06/25/2019, 4:48 AMRazi Kheir
06/25/2019, 5:50 AMdave
06/25/2019, 5:54 AMEnvironment.ENV
inside the app to read everything from there. You then need to get these variables into your Docker environment, which can be done on the command line when you launch the container - you should read the docker docs for doing that./config/app.properties
, or you can inject the location of that property file....... through an environmental variable!Razi Kheir
06/26/2019, 3:43 AM