fix: inconsistent config key
Massimo Melina committed
Feb 3, 2022 at 14:43 UTC
9de6b462445282e1684e68020e20ca535d5250bb
1 file changed
+1
-1
src/config.ts
+1
-1
@@ -5,7 +5,7 @@ import fs from 'fs/promises'
5
import yaml from 'yaml'
6
import _ from 'lodash'
7
8
-export const CFG_ALLOW_CLEAR_TEXT_LOGIN = 'allow clear text login'
8
+export const CFG_ALLOW_CLEAR_TEXT_LOGIN = 'allow_clear_text_login'
9
10
const PATH = 'config.yaml'
11