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