no need to hard-code. In your terminal:
export API_SECRET="xxx123"
and then in your config:
apiKey = System.getEnv("API_SECRET")
no need to hard-code. In your terminal:
export API_SECRET="xxx123"
and then in your config:
apiKey = System.getEnv("API_SECRET")