Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions smf/nexus/multi-sled/config-partial.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ mode = "file"
path = "/dev/stdout"
if_exists = "append"

# TODO: Uncomment the following lines to enable automatic schema
# migration on boot.
#
# [schema]
# schema_dir = "/var/nexus/schema/crdb"
# This allows Nexus to see the CRDB schema, and apply schema updates when it
# boots.
[schema]
schema_dir = "/var/nexus/schema/crdb"

[background_tasks]
dns_internal.period_secs_config = 60
Expand Down
9 changes: 4 additions & 5 deletions smf/nexus/single-sled/config-partial.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ mode = "file"
path = "/dev/stdout"
if_exists = "append"

# TODO: Uncomment the following lines to enable automatic schema
# migration on boot.
#
# [schema]
# schema_dir = "/var/nexus/schema/crdb"
# This allows Nexus to see the CRDB schema, and apply schema updates when it
# boots.
[schema]
schema_dir = "/var/nexus/schema/crdb"

[background_tasks]
dns_internal.period_secs_config = 60
Expand Down
Loading