Skip to content

Commit

Permalink
Fix demo domain
Browse files Browse the repository at this point in the history
  • Loading branch information
cmiacz committed Oct 13, 2020
1 parent ef550fe commit d25cdd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,19 +112,19 @@ The easiest way to run all components of Saleor (API, storefront and dashboard)

For PWA, single-page storefront go to the [saleor-storefront](https://github.com/mirumee/saleor-storefront) repository.

[View storefront demo](https://pwa.saleor.io/)
[View storefront demo](https://demo.saleor.io/)

## Dashboard

For dashboard go to the [saleor-dashboard](https://github.com/mirumee/saleor-dashboard) repository.

[View dashboard demo](https://pwa.saleor.io/dashboard/)
[View dashboard demo](https://demo.saleor.io/dashboard/)

## Demo

Want to see Saleor in action?

[View Storefront](https://pwa.saleor.io/) | [View Dashboard (admin area)](https://pwa.saleor.io/dashboard/)
[View Storefront](https://demo.saleor.io/) | [View Dashboard (admin area)](https://demo.saleor.io/dashboard/)

Or launch the demo on a free Heroku instance.

Expand Down
2 changes: 1 addition & 1 deletion saleor/demo/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"sandbox configuration in the demo mode with `populatedb` command."
)

PWA_ORIGINS = get_list(os.environ.get("PWA_ORIGINS", "pwa.saleor.io"))
PWA_ORIGINS = get_list(os.environ.get("PWA_ORIGINS", "demo.saleor.io"))
PWA_DASHBOARD_URL_RE = re.compile("^https?://[^/]+/dashboard/.*")

ROOT_EMAIL = os.environ.get("ROOT_EMAIL")
Expand Down

0 comments on commit d25cdd8

Please sign in to comment.