mirror of
https://github.com/penpot/penpot.git
synced 2025-07-24 12:37:13 +02:00
✨ Remove backend-uri from all the codebase.
This commit is contained in:
parent
e1ae3da41e
commit
9901f0a52b
11 changed files with 27 additions and 33 deletions
|
@ -99,7 +99,6 @@ function readLocales() {
|
|||
function readConfig(data) {
|
||||
const googleClientID = process.env.UXBOX_GOOGLE_CLIENT_ID;
|
||||
const publicURI = process.env.UXBOX_PUBLIC_URI;
|
||||
const backendURI = process.env.UXBOX_BACKEND_URI;
|
||||
const demoWarn = process.env.UXBOX_DEMO_WARNING;
|
||||
const deployDate = process.env.UXBOX_DEPLOY_DATE;
|
||||
const deployCommit = process.env.UXBOX_DEPLOY_COMMIT;
|
||||
|
@ -116,10 +115,6 @@ function readConfig(data) {
|
|||
cfg.publicURI = publicURI;
|
||||
}
|
||||
|
||||
if (backendURI !== undefined) {
|
||||
cfg.backendURI = backendURI;
|
||||
}
|
||||
|
||||
if (deployDate !== undefined) {
|
||||
cfg.deployDate = deployDate;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue