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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy