File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 15
15
"description" : " Let npm also install development build tool" ,
16
16
"value" : " false"
17
17
},
18
- "CMD_PORT" : {
19
- "description" : " Listen Port" ,
20
- "value" : " $PORT"
21
- },
22
- "CMD_DB_URL" : {
23
- "description" : " Database URL" ,
24
- "value" : " $DATABASE_URL"
25
- },
26
18
"CMD_SESSION_SECRET" : {
27
19
"description" : " Secret used to secure session cookies." ,
28
20
"required" : false
Original file line number Diff line number Diff line change 148
148
"description" : " Database query url" ,
149
149
"value" : " $DATABASE_URL"
150
150
},
151
+ "CMD_PORT" : {
152
+ "description" : " Listening Port" ,
153
+ "value" : " $PORT"
154
+ },
151
155
"DYNO" : {
152
156
"description" : " Require this env var for deploy correctly the app" ,
153
157
"value" : " Scalingo"
You can’t perform that action at this time.
0 commit comments