-
Notifications
You must be signed in to change notification settings - Fork 46
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
bc2c28f
commit 877d1b9
Showing
7 changed files
with
141 additions
and
348 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
deployAs: | ||
- name: extension | ||
applicationType: service | ||
endpoint: / | ||
scripts: | ||
postDeploy: npm install && npm run setup-resources | ||
configuration: | ||
securedConfiguration: | ||
- key: ADYEN_INTEGRATION_CONFIG | ||
description: Escaped JSON object, for more details visit (https://github.com/commercetools/commercetools-adyen-integration/blob/master/extension/docs/HowToRun.md#environment-variable) | ||
- name: notification | ||
applicationType: service | ||
endpoint: / | ||
scripts: | ||
postDeploy: npm install && npm run setup-resources | ||
configuration: | ||
securedConfiguration: | ||
- key: ADYEN_INTEGRATION_CONFIG | ||
description: Escaped JSON object, for more details visit (https://github.com/commercetools/commercetools-adyen-integration/blob/master/notification/docs/HowToRun.md#environment-variable) | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.