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

archetype-resources.conf.env.conf Maven / Gradle / Ivy

There is a newer version: 0.2.0
Show newest version
default : {
  base-url : "http://localhost:8080"

  # Examples of additional config
  db : {
    url : "some/url"
    # Examples of external properties that may be needed
    username : ${?dbUsername}
    password : ${?dbPassword}
  }
}

dev: {
  base-url : "http://localhost:8080"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy