引数name
で渡された文字列の設定を有効化する。name
の文字列はapp settings tableに記載。app.enable('trust proxy')
のように呼び出す。
Sets the Boolean setting
name
totrue
, wherename
is one of the properties from the app settings table. Callingapp.set('foo', true)
for a Boolean property is the same as callingapp.enable('foo')
.