We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18de5b9 commit 0d4e0c8Copy full SHA for 0d4e0c8
buildSrc/src/main/groovy/docker-database-saas.gradle
@@ -122,7 +122,7 @@ ext {
122
123
JsonSlurper jsonSlurper = new JsonSlurper()
124
125
- Map<String, String> environmentVariables = jsonSlurper.parse(lcpJsonFile)["environments"][config.lxcEnvironmentName]
+ Map<String, String> environmentVariables = jsonSlurper.parse(lcpJsonFile)["environments"][config.lxcEnvironmentName]["env"]
126
127
String jdbcURL = environmentVariables["LIFERAY_JDBC_PERIOD_DEFAULT_PERIOD_URL"]
128
0 commit comments