tseisel
06/22/2019, 10:40 AMKenneth
06/22/2019, 10:59 AMtseisel
06/22/2019, 11:35 AMcredentials.gradle.kts
file. My build.gradle.kts
apply it and set the keys as environment variables in the application run
task. Then those are available at runtime with System.getEnv("my_api_key")
.
Is there a simpler way ? Also, aren't environment variables easy to read for attackers ?Mike
06/22/2019, 3:24 PMlenqnr
06/23/2019, 7:20 AM