Skip to content

Instantly share code, notes, and snippets.

@emmettna
Last active January 20, 2020 04:18
Show Gist options
  • Save emmettna/5a22599a08e76886aeb4a887d082d6ce to your computer and use it in GitHub Desktop.
Save emmettna/5a22599a08e76886aeb4a887d082d6ce to your computer and use it in GitHub Desktop.
val configHost = ???
val configId = ???
val configPass = ???
loadConfig(
host = configHost,
id = configId,
pass = configPass)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment