浏览代码

Update instance config, add stories

Daniel Supernault 5 年之前
父节点
当前提交
1960e8d6b4
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      config/instance.php

+ 4 - 0
config/instance.php

@@ -47,4 +47,8 @@ return [
 			'custom' => env('USERNAME_REMOTE_CUSTOM_TEXT', null)
 		]
 	],
+
+	'stories' => [
+		'enabled' => env('STORIES_ENABLED', false),
+	]
 ];