Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 15, 2023
2 parents 74e5627 + 34848f7 commit f31ab09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/project-ee/.env
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ STEEDOS_TENANT_MASTER_ID=
STEEDOS_TENANT_ENABLE_REGISTER=true
STEEDOS_TENANT_ENABLE_CREATE_TENANT=true

STEEDOS_UNPKG_URL=https://unpkg.steedos.cn
STEEDOS_UNPKG_URL=https://cdn.jsdelivr.net/npm
STEEDOS_AMIS_VERISON=2.7.2
4 changes: 2 additions & 2 deletions packages/cli/default.steedos.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ if(_.isEmpty(process.env.STEEDOS_AMIS_VERISON)) {
process.env.STEEDOS_AMIS_VERISON = '2.5.2';
}

if(_.isEmpty(process.env.STEEDOS_AMIS_VERISON)) {
process.env.STEEDOS_PUBLIC_PAGE_ASSETURLS = "https://unpkg.steedos.cn/@steedos-widgets/[email protected]/dist/assets.json";
if(_.isEmpty(process.env.STEEDOS_PUBLIC_PAGE_ASSETURLS)) {
process.env.STEEDOS_PUBLIC_PAGE_ASSETURLS = "https://unpkg.com/@steedos-widgets/[email protected]/dist/assets.json";
}

/**
Expand Down

0 comments on commit f31ab09

Please sign in to comment.