github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/acceptancetests/repository/charms/peer-xplod/config.yaml (about)

     1  options:
     2      maximum:
     3          type: int
     4          default: 1000
     5          description: "Stop exploding once the value reaches this maximum. Set to 0 to have no limit."
     6      #  string-option:
     7      #    type: string
     8      #    default: "Default Value"
     9      #    description: "A short description of the configuration option"
    10      #  boolean-option:
    11      #    type: boolean
    12      #    default: False
    13      #    description: "A short description of the configuration option"
    14      #  int-option:
    15      #    type: int
    16      #    default: 9001
    17      #    description: "A short description of the configuration option"
    18