Skip to content

Commit 9235df5

Browse files
committed
compute servers: onprem -> self hosted
1 parent c46ca17 commit 9235df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/packages/util/db-schema/site-defaults.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,8 +912,8 @@ export const site_settings_conf: SiteSettings = {
912912
tags: ["Compute Servers"],
913913
},
914914
compute_servers_onprem_enabled: {
915-
name: "Enable Compute Servers - On Prem",
916-
desc: "Whether or not to include on prem compute servers. Right now, these are VM's that must be manually managed by a user and involve copy/paste, but someday they will be much more automated.",
915+
name: "Enable Compute Servers - Self Hosted",
916+
desc: "Whether or not to allow self hosted compute servers. These are VM's that must be manually managed by a user.",
917917
default: "no",
918918
valid: only_booleans,
919919
to_val: to_bool,

0 commit comments

Comments
 (0)