Skip to content

Instantly share code, notes, and snippets.

@Algiras
Created February 10, 2020 12:50
Show Gist options
  • Save Algiras/20a19c9e2a0aa9846c0d355fdf9c5daf to your computer and use it in GitHub Desktop.
Save Algiras/20a19c9e2a0aa9846c0d355fdf9c5daf to your computer and use it in GitHub Desktop.
http {
host = ${ENV_PROVIDED_HOST}
port = ${ENV_PROVIDED_PORT}
}
users = [
{
username = ${ENV_PROVIDED_USERNAME}
password = ${ENV_PROVIDED_PASSWORD}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment