Add server.debug config key default
This commit is contained in:
@@ -2,6 +2,8 @@ import {env} from "@extollo/lib"
|
||||
import {ORMSession} from "@extollo/orm"
|
||||
|
||||
export default {
|
||||
debug: env('DEBUG_MODE', false),
|
||||
|
||||
session: {
|
||||
driver: ORMSession,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user