github.com/juju/juju@v0.0.0-20240430160146-1752b71fcf00/testcharms/charm-hub/charms/juju-qa-test-v2/config.yaml (about)

     1  # Copyright 2020 juju-qa@canonical.com
     2  # See LICENSE file for licensing details.
     3  #
     4  # This is only an example, and you should edit to suit your needs.
     5  # If you don't need config, you can remove the file entirely.
     6  options:
     7    thing:
     8      default: 🎁
     9      description: A thing used by the charm.
    10      type: string
    11    status:
    12      default: "hello"
    13      description: Temporary string for unit status
    14      type: string
    15    skill:
    16      default: 0
    17      description: Skill level.
    18      type: int
    19    foo-file:
    20      default: False
    21      description: Get resource and set log contents of foo-file as Info.
    22      type: boolean
    23  
    24