File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
integration/nwo/token/fabric Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -38,16 +38,36 @@ token:
3838 - {{ . }}{{ end }}
3939 {{ end }}
4040
41+ {{- if and (ne TokenPersistence "") (ne TokenPersistence "default") }}
4142 tokendb:
4243 persistence: {{ TokenPersistence }}
44+ {{- else }}
45+ # tokendb.persistence omitted
46+ {{- end }}
47+ {{- if and (ne IdentityPersistence "") (ne IdentityPersistence "default") }}
4348 identitydb:
4449 persistence: {{ IdentityPersistence }}
50+ {{- else }}
51+ # identitydb.persistence omitted
52+ {{- end }}
53+ {{- if and (ne TokenLockPersistence "") (ne TokenLockPersistence "default") }}
4554 tokenlockdb:
4655 persistence: {{ TokenLockPersistence }}
56+ {{- else }}
57+ # tokenlockdb.persistence omitted
58+ {{- end }}
59+ {{- if and (ne AuditTxPersistence "") (ne AuditTxPersistence "default") }}
4760 auditdb:
4861 persistence: {{ AuditTxPersistence }}
62+ {{- else }}
63+ # auditdb.persistence omitted
64+ {{- end }}
65+ {{- if and (ne OwnerTxPersistence "") (ne OwnerTxPersistence "default") }}
4966 ttxdb:
5067 persistence: {{ OwnerTxPersistence }}
68+ {{- else }}
69+ # ttxdb.persistence omitted
70+ {{- end }}
5171 {{ if Wallets }}
5272 # Wallets associated with this TMS
5373 wallets:
You can’t perform that action at this time.
0 commit comments