mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-27 18:37:53 +08:00
Commit .env to fix dev environment
This commit is contained in:
parent
76d873c2b2
commit
94cd088dd7
2 changed files with 5 additions and 1 deletions
5
.env
Normal file
5
.env
Normal file
|
@ -0,0 +1,5 @@
|
|||
DB_ENCRYPTION_ALGORITHM='aes-256-ctr'
|
||||
DB_ENCRYPTION_PASSWORD='d6F3Efeq'
|
||||
GMAIL_CLIENT_ID='271342407743-nibas08fua1itr1utq9qjladbkv3esdm.apps.googleusercontent.com'
|
||||
GMAIL_CLIENT_SECRET='WhmxErj-ei6vJXLocNhBbfBF'
|
||||
GMAIL_REDIRECT_URL='http://localhost:5100/auth/gmail/oauthcallback'
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,5 @@
|
|||
.DS_Store
|
||||
node_modules
|
||||
.env
|
||||
dump.rdb
|
||||
*npm-debug.log
|
||||
storage/
|
||||
|
|
Loading…
Reference in a new issue