generated from axonivy-market/market-product
-
Notifications
You must be signed in to change notification settings - Fork 1
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
b2a70e6
commit 1ba7d30
Showing
7 changed files
with
50 additions
and
54 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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
openapi.* |
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
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
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
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,8 +1,39 @@ | ||
# == Variables == | ||
# | ||
# | ||
# You can define here your project Variables. | ||
# If you want to define/override a Variable for a specific Environment, | ||
# add an additional ‘variables.yaml’ file in a subdirectory in the ‘Config’ folder: | ||
# If you want to define/override a Variable for a specific Environment, | ||
# add an additional ‘variables.yaml’ file in a subdirectory in the ‘Config’ folder: | ||
# '<project>/Config/_<environment>/variables.yaml | ||
# | ||
Variables: | ||
adobe-sign-connector: | ||
# Hostname of Adobe Sign server | ||
host: '' | ||
|
||
# Relative part of URL that is called after singing was finished | ||
returnPage: '' | ||
|
||
# Integration key from Adobe Sign configuration | ||
integrationKey: | ||
|
||
# Base URI for getting the access and refresh access tokens (without the `/token` or `/refresh` part) | ||
baseUri: 'https://api.eu2.adobesign.com/oauth/v2' | ||
|
||
# URL for the Authorization request (differs from tokens URL) | ||
authenticationUri: 'https://secure.eu2.adobesign.com/public/oauth/v2' | ||
|
||
# Adobe API Application Client ID | ||
clientId: '' | ||
|
||
# Adobe API Application Client Secret | ||
# [password] | ||
clientSecret: '' | ||
|
||
# List of permissions that will be requested for the OAuth token | ||
permissions: user_read:account user_write:account user_login:account agreement_read:account agreement_write:account agreement_send:account | ||
|
||
# DO NOT MODIFY DIRECTLY, USE ADMIN SETUP PAGE. Info about the OAuth refresh token. Empty means there is no token initialized. To request a new token use the `Save and Request new Token` button | ||
oauthToken: '' | ||
|
||
# DO NOT MODIFY DIRECTLY, USE ADMIN SETUP PAGE. Info about the OAuth access token. | ||
accessToken: '' |
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