Skip to content

Commit

Permalink
Update variables
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhoan-axonivy committed Aug 27, 2024
1 parent 70d6703 commit 88f2ed8
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 19 deletions.
26 changes: 19 additions & 7 deletions a-trust-connector-demo/config/variables.yaml
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
32 changes: 20 additions & 12 deletions a-trust-connector-test/config/variables.yaml
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

0 comments on commit 88f2ed8

Please sign in to comment.