Skip to content

Commit 15b5af5

Browse files
committed
remove env option
1 parent 14a63d2 commit 15b5af5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Options/Definitions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,6 @@ module.exports.DatabaseOptions = {
878878
};
879879
module.exports.AuthAdapter = {
880880
enabled: {
881-
env: 'undefinedENABLED',
882881
help: 'Is `true` if the auth adapter is enabled, `false` otherwise.',
883882
action: parsers.booleanParser,
884883
default: true,

src/Options/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,8 @@ export interface DatabaseOptions {
509509

510510
export interface AuthAdapter {
511511
/* Is `true` if the auth adapter is enabled, `false` otherwise.
512-
:DEFAULT: true */
512+
:DEFAULT: true
513+
:ENV:
514+
*/
513515
enabled: ?boolean;
514516
}

0 commit comments

Comments
 (0)