feature: add electron-store config

This commit is contained in:
George Lima 2018-12-05 16:43:03 -03:00
parent cbc596e280
commit a9db30ceba
1 changed files with 6 additions and 0 deletions

6
config/electron-store.js Normal file
View File

@ -0,0 +1,6 @@
// @flow
import Store from 'electron-store';
export default new Store({
encryptionKey: 'afr58kk5xg6tz5o4kmvmw',
});