-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70d6703
commit 88f2ed8
Showing
2 changed files
with
39 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,24 @@ | ||
Variables: | ||
# Custom variables of ATrust Handysignatur API | ||
ATrust: | ||
# API Key for "A-Trust Handysignatur API" | ||
APIKey: 'axonivy_68e4b4fb639f487caecdb6362544392fb93ec5ef4bda4c81bd1a25a9' | ||
# API Key for "A-Trust Handysignature API" | ||
APIKey: '' | ||
|
||
# The endpoint uri of A-Trust Handysignatur Signatur-box webservice | ||
EndpointUri: 'https://handy-signatur.at/demosignaturbox/intern/HandySignaturPdf.svc' | ||
# The Server URL under which the SigBox Server is reachable | ||
ServerUrl: '' | ||
|
||
# The SignBox belong to your ATrust server | ||
SignBox: '' | ||
|
||
# The ID of the signature template to be used. | ||
TemplateId: 14464 | ||
# The default signature template ID to be used | ||
TemplateId: 0 | ||
|
||
# To config the Handy-Signature view in iframe. The Details can be found on the A-Trust Website https://labs.a-trust.at/developer/Handy-Signatur.aspx. | ||
HandySignaturParameter: | ||
# For setting width of frame. | ||
Width: 350 | ||
# For setting height of frame. | ||
Height: 350 | ||
# For setting background color of frame. | ||
BackgroundColor: 0 | ||
# For setting phone number of frame. | ||
PhoneNumber: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,24 @@ | ||
# == Variables == | ||
# | ||
# You can define here your project Variables. | ||
# If you want to define/override a Variable for a specific Environment, | ||
# please add a 'variables.yaml' in the sub directory '_<environment>'. | ||
# | ||
Variables: | ||
ATrust: | ||
# API Key for "A-Trust Handysignatur API" | ||
APIKey: 'axonivy_68e4b4fb639f487caecdb6362544392fb93ec5ef4bda4c81bd1a25a9' | ||
# API Key for "A-Trust Handysignature API" | ||
APIKey: '' | ||
|
||
# The Server URL under which the SigBox Server is reachable | ||
ServerUrl: 'testbox.a-trust.at' | ||
ServerUrl: '' | ||
|
||
# The SignBox belong to Server | ||
SignBox: 'testboxrest' | ||
# The SignBox belong to your ATrust server | ||
SignBox: '' | ||
|
||
# The default signature template ID to be used | ||
TemplateId: 0 | ||
|
||
# To config the Handy-Signature view in iframe. The Details can be found on the A-Trust Website https://labs.a-trust.at/developer/Handy-Signatur.aspx. | ||
HandySignaturParameter: | ||
# For setting width of frame. | ||
Width: 350 | ||
# For setting height of frame. | ||
Height: 350 | ||
# For setting background color of frame. | ||
BackgroundColor: 0 | ||
# For setting phone number of frame. | ||
PhoneNumber: 0 |