Skip to content

Commit

Permalink
Update snapshot guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Aug 27, 2024
1 parent 72222a7 commit e49d0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Snapshot/SnapshotTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected function initSnapshotConfig(): void
'host',
'Snapshot Hostname',
'retribution.hil.unb.ca',
'Enter the hostname to retrieve the snapshots from. This is the hostname of the server that the snapshots are stored on. Before adding this value, it is important that you can currently SSH into this server without a password.',
'Enter the storage server hostname to retrieve the snapshots from. This is different from the application hostname. This is the hostname of the server that the snapshots are stored on. Before adding this value, it is important that you can currently SSH into this server without a password.',
[],
'SNAPSHOT_SERVER_HOSTNAME'
);
Expand Down

0 comments on commit e49d0fa

Please sign in to comment.