Skip to content

Commit b115607

Browse files
committed
Removed pseudo encryption
1 parent 02c9df1 commit b115607

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/app.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,7 @@ export class App {
136136
}
137137

138138
private _loadConfig(): Promise<Conf> {
139-
this.config = new Conf({
140-
encryptionKey: 'sdfyu7y3irfsov869wuvut7sdiyfuk'
141-
} as any);
139+
this.config = new Conf();
142140
const initialized = this.config.get('initialized');
143141
if (!initialized) {
144142
return this.init().then(_ => this.config);

0 commit comments

Comments
 (0)