diff --git a/Samples/Components/Sequence/sequence.yaml b/Samples/Components/Sequence/sequence.yaml index ade9a04..9e562e0 100644 --- a/Samples/Components/Sequence/sequence.yaml +++ b/Samples/Components/Sequence/sequence.yaml @@ -1,3 +1,7 @@ stores: - base: - prefix: PREFIX_ \ No newline at end of file + default: + prefix: PREFIX_ + startValue: 5000 + usa_en_us: + prefix: USA_ + startValue: 1000 \ No newline at end of file