fix: auth cookie set + graphQL http link

This commit is contained in:
NGPixel
2018-01-28 00:40:25 -05:00
parent 75d37cbdaf
commit 7b269414d8
5 changed files with 95 additions and 8 deletions

View File

@@ -45,6 +45,12 @@ defaults:
path: ''
rtl: false
title: Wiki.js
# System defaults
cors:
credentials: true
maxAge: 600
methods: 'GET,POST'
origin: true
configNamespaces:
- auth
- features