init.env.dev.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
#
# 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