chore: use default spell base dir

This commit is contained in:
folex 2023-01-20 17:11:04 +07:00
parent 2e94290163
commit 56f3fa1dd7
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,8 @@ autodeploy_particle_ttl = "60s"
# default is /.fluence/v1/builtins
builtins_base_dir = "/builtins"
spell_base_dir = "/spell"
# default is /.fluence/spell
# spell_base_dir = "/spell"
## Path to AIR interpreter .wasm is set to specific version by default
## air_interpreter_path = "./aquamarine_${air_interpreter_wasm::VERSION}.wasm"

View File

@ -1,6 +1,5 @@
autodeploy_particle_ttl = "60s"
builtins_base_dir = "/builtins"
spell_base_dir = "/spell"
aquavm_pool_size = 6
aquavm_max_heap_size = "500 Mb"