Skip to content

Commit a8278ac

Browse files
committed
test: Update snapshot
1 parent ad2be3c commit a8278ac

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

workflow/deployer-workflow/impl-flyio/src/snapshots/obelisk_deployer_flyio__toml__tests__serialize_obelisk_toml_should_produce_correct_config.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ oci = "docker.io/getobelisk/demo_stargazers_activity_db_turso:2025-09-28@sha256:
3939
[api]
4040
listening_addr = "[::]:5005"
4141

42+
[database.sqlite]
43+
directory = "/volume/obelisk-sqlite"
44+
45+
[database.sqlite.pragma]
46+
cache_size = "3000"
47+
4248
[[http_server]]
4349
listening_addr = "0.0.0.0:9091"
4450
name = "healthcheck_server"
@@ -51,12 +57,6 @@ name = "webhook_server"
5157
enabled = true
5258
level = "WARN,obelisk=info"
5359

54-
[sqlite]
55-
directory = "/volume/obelisk-sqlite"
56-
57-
[sqlite.pragma]
58-
cache_size = "3000"
59-
6060
[wasm]
6161
cache_directory = "/volume/wasm"
6262
parallel_compilation = false

0 commit comments

Comments
 (0)