nimbus.mainnet: drop db_purge and db_sync vars

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-02-21 12:38:17 +01:00
parent 297f347934
commit d6da1ce336
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ nodes_layout:
- { branch: 'stable', num: 2 }
- { branch: 'testing', num: 1 }
- { branch: 'testing', num: 2 }
- { branch: 'unstable', num: 1, db_purge: true }
- { branch: 'unstable', num: 1 }
- { branch: 'unstable', num: 2 }
'metal-06.he-eu-hel1.nimbus.mainnet':
@ -148,7 +148,7 @@ nodes_layout:
- { branch: 'stable', num: 2 }
- { branch: 'testing', num: 1 }
- { branch: 'testing', num: 2 }
- { branch: 'unstable', num: 1, db_purge: true, db_sync: true }
- { branch: 'unstable', num: 1 }
- { branch: 'unstable', num: 2 }
'metal-07.he-eu-hel1.nimbus.mainnet':