init.env.local.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwen-web Show documentation
Show all versions of gwen-web Show documentation
Web automation engine for Gwen
#
# 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