This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
signal-desktop
Watch
2
Star
0
Fork
You've already forked signal-desktop
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e7e030a5e2
signal-desktop
/
config
/
default.json
6 lines
82 B
JSON
Raw
Normal View
History
Unescape
Escape
Configure app/build using node config Add environment-specific configs under `./config` and integrate with the build system. Also changes package.json `files` from blacklist to whitelist. // FREEBIE
2017-04-10 07:22:38 +00:00
{
"disableAutoUpdate"
:
false
,
Build expiration date Add the buildExpiration config and add it to the renderer's config object. Use grunt to write the build expiration to config/local-production.json which will override the default value (no expiration) in production. Finally, run this grunt task as part of the build process. // FREEBIE
2017-04-13 17:52:12 +00:00
"openDevTools"
:
false
,
"buildExpiration"
:
0
Configure app/build using node config Add environment-specific configs under `./config` and integrate with the build system. Also changes package.json `files` from blacklist to whitelist. // FREEBIE
2017-04-10 07:22:38 +00:00
}
Reference in a new issue
Copy permalink