Skip to content

Commit

Permalink
unify language by replacing replica with server
Browse files Browse the repository at this point in the history
  • Loading branch information
makelicious committed Jul 1, 2024
1 parent fa73ddd commit 7ac5bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/environments/setup-environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ const sshQuestions = [
name: 'sshHost',
type: 'text' as const,
message:
'What is the target server IP address? Note: For "production" environment server clusters of (2, 3 or 5 replicas) this is always the IP address for just 1 manager server',
'What is the target server IP address? (Note: For "production" environment with 2, 3 or 5 servers, this is the IP address of the manager server',
valueType: 'VARIABLE' as const,
validate: notEmpty,
valueLabel: 'SSH_HOST',
Expand Down Expand Up @@ -401,7 +401,7 @@ const infrastructureQuestions = [
name: 'replicas',
type: 'number' as const,
message:
'What is the number of replicas? EDIT: This should be 1 for qa, staging and backup environments. For "production" environment server clusters of (2, 3 or 5 replicas), set to 2, 3 or 5 as appropriate.',
'What is the number of servers? Note: This should be 1 for qa, staging and backup environments. For "production" environment server cluster should consists of 2, 3 or 5 servers.',
valueType: 'VARIABLE' as const,
validate: notEmpty,
valueLabel: 'REPLICAS',
Expand Down

0 comments on commit 7ac5bdd

Please sign in to comment.