File tree Expand file tree Collapse file tree 1 file changed +7
-20
lines changed Expand file tree Collapse file tree 1 file changed +7
-20
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
15
15
env : node
16
16
buildCommand : ./build-render.sh
17
17
startCommand : yarn start;
18
- repo : https://github.com/konfig-dev /konfig
18
+ repo : https://github.com/dphuang2 /konfig
19
19
rootDir : generator/konfig-next-app
20
20
plan : standard
21
21
autoDeploy : false
@@ -33,9 +33,10 @@ services:
33
33
name : konfig-python-remote-code-executor
34
34
type : pserv
35
35
property : hostport
36
- - fromGroup : cloudflare
37
- - fromGroup : openai
38
- - fromGroup : github
36
+ - key : CLOUDFLARE_IMAGES_API_KEY
37
+ sync : false
38
+ - key : GITHUB_APP_PRIVATE_KEY
39
+ sync : false
39
40
- key : OPENAI_API_KEY
40
41
sync : false
41
42
- key : NPM_TOKEN
@@ -48,24 +49,10 @@ services:
48
49
env : python
49
50
buildCommand : ./build-render.sh
50
51
startCommand : ./start.sh
51
- repo : https://github.com/konfig-dev /konfig
52
+ repo : https://github.com/dphuang2 /konfig
52
53
rootDir : generator/konfig-python-remote-code-executor
53
54
envVars :
54
55
- key : PYTHON_VERSION
55
56
value : 3.9.16
56
57
- key : PORT
57
- value : 8000
58
-
59
- envVarGroups :
60
- - name : cloudflare
61
- envVars :
62
- - key : CLOUDFLARE_IMAGES_API_KEY
63
- sync : false
64
- - name : openai
65
- envVars :
66
- - key : OPENAI_API_KEY
67
- sync : false
68
- - name : github
69
- envVars :
70
- - key : GITHUB_APP_PRIVATE_KEY
71
- sync : false
58
+ value : 8000
You can’t perform that action at this time.
0 commit comments