mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 19:07:15 +08:00
[cloud-core] make DB_NAME an environment variable
Default to nylasmailclouddb
This commit is contained in:
parent
5cdd82fc62
commit
28a0a929bb
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ apps:
|
|||
name : api
|
||||
env :
|
||||
PORT: 5100
|
||||
DB_NAME : "nylasmailclouddb"
|
||||
DB_ENCRYPTION_ALGORITHM : "aes-256-ctr"
|
||||
DB_ENCRYPTION_PASSWORD : "d6F3Efeq"
|
||||
GMAIL_CLIENT_ID : "271342407743-nibas08fua1itr1utq9qjladbkv3esdm.apps.googleusercontent.com"
|
||||
|
|
Loading…
Reference in a new issue