n8n-nodes-proofofauthenticity 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11,8 +11,8 @@ class ProofOfAuthenticityApi {
|
|
|
11
11
|
displayName: 'DigiCryptoStore URL',
|
|
12
12
|
name: 'digiCryptoStoreUrl',
|
|
13
13
|
type: 'string',
|
|
14
|
-
default: 'https://
|
|
15
|
-
placeholder: 'https://
|
|
14
|
+
default: 'https://app2.photocertif.com',
|
|
15
|
+
placeholder: 'https://app2.photocertif.com',
|
|
16
16
|
description: 'The URL of your DigiCryptoStore instance (with HTTPS)',
|
|
17
17
|
required: true,
|
|
18
18
|
},
|
package/package.json
CHANGED