Skip to content

Commit

Permalink
Adjust console and post provisioning
Browse files Browse the repository at this point in the history
(reference #118)
  • Loading branch information
piotrzarzycki21 committed Jan 13, 2025
1 parent a5967d9 commit 5d5133d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/superhuman/server/provisioners/DemoTasks.hx
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,8 @@ class HostsFileGenerator {
SERVER_HOSTNAME: provisioner.server.url.hostname,
SERVER_DOMAIN: provisioner.server.url.domainName,
SERVER_ID: provisioner.server.id,
SHOW_CONSOLE: true,
POST_PROVISION: false,
SHOW_CONSOLE: false,
POST_PROVISION: true,
BOX_URL: 'https://boxvault.startcloud.com',
SYNC_METHOD: syncMethod,
SYNCBACK_ID_FILES: true,
Expand Down

0 comments on commit 5d5133d

Please sign in to comment.