Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit c58a5f5

Browse files
fixed default config to allow image display when thumbor is not set up
1 parent 9130baa commit c58a5f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/default.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"max": 100
1212
},
1313
"thumbor": {
14-
"url": "",
15-
"key": ""
14+
"url": false,
15+
"key": false
1616
},
1717
"apiSecret": "TE9TqAk2xK[9EFJL",
1818
"sentry": {},

0 commit comments

Comments
 (0)