rename home config parameter

Josha von Gizycki 4 years ago
parent f429232f69
commit c847f26344

@ -17,7 +17,7 @@ data class BuildConfig(val exec: String,
}
@ApplicationScoped
class Builds(@ConfigProperty(name = "alfred.home")
class Builds(@ConfigProperty(name = "ALFRED_HOME")
val home: String) {
fun buildConfig(build: String): BuildConfig {

@ -1,4 +1,4 @@
# Configuration file
# key = value
alfred.home=/tmp/alfred
ALFRED_HOME=/tmp/alfred

Loading…
Cancel
Save