You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all commants are stripped and the keys are condensed. This doesn't affect the diffs, but it removes some context that may be present for explaining why certain keys exist, or what they're used for.
e.g.
# Paymentsstripe:
publishable_key: pk_123secret_key: sk_123 # do not share this
client: diffcrypt-0.3.3cipher: aes-256-gcmdata:
# Paymentsstripe:
publishable_key: xxx-xxx-xxxsecret_key: xxx-xxx-xxx # do not share this
The text was updated successfully, but these errors were encountered:
Currently, all commants are stripped and the keys are condensed. This doesn't affect the diffs, but it removes some context that may be present for explaining why certain keys exist, or what they're used for.
e.g.
The text was updated successfully, but these errors were encountered: