33 lines
714 B
TOML
33 lines
714 B
TOML
# TypeDialog Provisioning Generator - Development Configuration
|
|
|
|
[provisioning]
|
|
output_dir = "./provisioning"
|
|
default_providers = ["hetzner", "lxd"] # Cheaper for dev
|
|
|
|
[provisioning.generation]
|
|
overwrite = true # Allow overwrite in dev
|
|
dry_run = false
|
|
verbose = true # Verbose in dev
|
|
|
|
[provisioning.templates]
|
|
base_path = "templates"
|
|
custom_path = "./custom-templates"
|
|
|
|
[provisioning.infrastructure]
|
|
environment = "development"
|
|
region = "eu-central-1"
|
|
|
|
[provisioning.nickel]
|
|
validate_schemas = true
|
|
generate_defaults = true
|
|
use_constraints = true
|
|
|
|
[provisioning.ai]
|
|
enabled = true # Enable AI in dev
|
|
provider = "ollama" # Use local for dev
|
|
model = "llama2"
|
|
|
|
[provisioning.logging]
|
|
level = "debug"
|
|
file = true
|