All Downloads are FREE. Search and download functionalities are using the official Maven repository.

init.env.local.conf Maven / Gradle / Ivy

There is a newer version: 4.1.1
Show newest version
#
# Local Host Environment Settings
# ===============================
#
# Configure your local host environment specific settings or system properties here.
# Note: surround names with quotes if you exprience path clashes.
# 
# Examples:
#
# my {
#   app {
#     host = "http://localhost"
#     username = "username"
#     "password:masked" = "secret"
#   }
# }
#
# Or equivalently 
#  
# my.app.host = "http://localhost"
# my.app.username = "username"
# "my.app.password:masked" = "secret"
#




© 2015 - 2025 Weber Informatics LLC | Privacy Policy