@st970703 @crat019 I propose simply replacing the getter for the keys with a System.getenv call. This would mean providing secrets as environment variables on the application host. If you think this is fine, I can also remove the old environment code.
Also we should probably add an option for setting these variables in the bash script as mentioned by @TheGuardianWolf
Addresses the secret keys issue for #22
@st970703 @crat019 I propose simply replacing the getter for the keys with a
System.getenv
call. This would mean providing secrets as environment variables on the application host. If you think this is fine, I can also remove the oldenvironment
code.Also we should probably add an option for setting these variables in the bash script as mentioned by @TheGuardianWolf