Skip to content

Instantly share code, notes, and snippets.

@cvogt
Last active October 9, 2016 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cvogt/5f8c6aaf7ec8c1209da9e324a38ef9d6 to your computer and use it in GitHub Desktop.
Save cvogt/5f8c6aaf7ec8c1209da9e324a38ef9d6 to your computer and use it in GitHub Desktop.
object DynamicConfig{
def main(args: Array[String]): Unit = {
Application.run(
Config(
sys.props.get("db.host").get,
10000
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment