Sha256: ad0d9a1822283b167aa6c43a19ac38d05cd980e237873de55a585724ea084361

Contents?: true

Size: 461 Bytes

Versions: 2

Compression:

Stored size: 461 Bytes

Contents

# Path to this kit's root directory.
# Absolute or relative to this config file.
# If not specified, defaults to the folder that holds this config file.
#
:kits_path: "../../../kits/my_kit"
#
# Database backend to use. Available options:
#   :sqlite3
#
:db_backend: :sqlite3
#
# Path to the files to save each sqlite3 database (since only sqlite3 is supported).
# Absolute or relative to this config file.
#
:db_config:
 :info: "info.db"
 :actions: "actions.db"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kit-0.0.6 spec/my_kit/my_kit.yml
kit-0.0.5 spec/my_kit/my_kit.yml