Skip to content

Commit

Permalink
feat: set development as default environment, .error.log and .access.…
Browse files Browse the repository at this point in the history
…log as default error and access
  • Loading branch information
teclone committed Nov 12, 2018
1 parent e881e16 commit f739296
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/.rsvrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
{
"env": "development",

"errorLog": ".error.log",

"accessLog": ".access.log",

"profileRequest": false,

"tempDir": "storage/temp",

"staticFileDir": ["/", "/public"],

"cacheControl": "no-cache, max-age=86400",

"encoding": "latin1",
"maxBufferSize": 15000000,

"maxBufferSize": 50000000,

"mimeTypes": {
"json": "application/json",
Expand All @@ -18,9 +30,11 @@
"mp4": "video/mp4",
"pdf": "application/pdf"
},

"defaultDocuments": [
"index.html"
],

"httpErrors": {
"baseDir": "",
"404": ""
Expand Down

0 comments on commit f739296

Please sign in to comment.