Updated README, fixed config bug, added build to notarize.js
This commit is contained in:
parent
6fb6407f6a
commit
4936c76770
3 changed files with 9 additions and 2 deletions
|
|
@ -5,6 +5,6 @@ const DOMAIN = "crimata.com";
|
|||
const prod = !process.defaultApp;
|
||||
|
||||
module.exports = {
|
||||
PLATFORM: prod ? `http://app.${DOMAIN}` : `http://localhost:8760`,
|
||||
PLATFORM: prod ? `https://app.${DOMAIN}` : `http://localhost:8760`,
|
||||
API: prod ? `https://${DOMAIN}/api` : `http://localhost:8761`
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue