diff options
| author | okfprojz <jules+okfprojz@okfoc.us> | 2016-11-29 12:49:58 -0500 |
|---|---|---|
| committer | okfprojz <jules+okfprojz@okfoc.us> | 2016-11-29 12:49:58 -0500 |
| commit | 3df75237494b66007822e7e7fca38f82b2083228 (patch) | |
| tree | 7eadcdf7927b9a7f893ad0aef777540695e09d80 /tree/index.js | |
| parent | ec41dd9dcc8e9af0d108297c6cfcfcef43d0d105 (diff) | |
nginx config files
Diffstat (limited to 'tree/index.js')
| -rw-r--r-- | tree/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tree/index.js b/tree/index.js index 38ea425..d66caca 100644 --- a/tree/index.js +++ b/tree/index.js @@ -40,7 +40,7 @@ var app = okcms.createApp({ body: {type: 'text'}, image: {type: 'image'}, link: {type: 'string'}, - type: {type: 'enum', options: ['featured','cast','production'], + type: {type: 'enum', options: ['featured','cast','production']}, }, festival: { id: {type: 'string', hidden: true}, @@ -82,7 +82,7 @@ var app = okcms.createApp({ bucket: process.env.S3_BUCKET, maxbytes: 1024*1024*2, }, - } + }, }).listen(process.env.PORT || 1337) |
