We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b0213 commit 1c63ac7Copy full SHA for 1c63ac7
build.gradle
@@ -61,7 +61,6 @@ processResources {
61
62
filesMatching("**/application-${activeProfile}.yaml") {
63
expand([
64
- DATABASE_URL: System.getenv("DATABASE_URL"),
65
DATABASE_USERNAME: System.getenv("DATABASE_USERNAME"),
66
DATABASE_PASSWORD: System.getenv("DATABASE_PASSWORD")
67
])
0 commit comments