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

init.conf.profiles.samples.conf Maven / Gradle / Ivy

The newest version!
#
# Samples Profile
# ---------------
#
# Launch profile for running the samples that ship with Gwen
# 
# For more detailed information about each setting see:
# - https://gweninterpreter.org/docs/settings#settings-reference
#
# Format: HOCON (Human-Optimized Config Object Notation superset of JSON)
# - See: https://github.com/lightbend/config/blob/master/HOCON.md
#

gwen {
  launch {                        # Samples launch profile
    options {                     # See: https://gweninterpreter.org/docs/profiles
      features = [
        "${gwen.baseDir}/features/samples"
      ]
      inputData = ""
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy