Skip to content

Commit 12d4aa8

Browse files
author
YusukeIwaki
committed
Add environment variables definition for Scalingo deploy.
Signed-off-by: YusukeIwaki <iwaki+git@i3-systems.com>
1 parent 6be31ab commit 12d4aa8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scalingo.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@
8080
"description": "GitHub API client secret",
8181
"required": false
8282
},
83+
"CMD_BITBUCKET_CLIENTID": {
84+
"description": "Bitbucket API client id",
85+
"required": false
86+
},
87+
"CMD_BITBUCKET_CLIENTSECRET": {
88+
"description": "Bitbucket API client secret",
89+
"required": false
90+
},
8391
"CMD_GITLAB_BASEURL": {
8492
"description": "GitLab authentication endpoint, set to use other endpoint than GitLab.com (optional)",
8593
"required": false

0 commit comments

Comments
 (0)