Skip to content

Commit

Permalink
Update demo url to demo.dblab.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Dec 20, 2024
1 parent d41fabe commit a21b18b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Try it yourself right now:
- Visit [Postgres.ai Console](https://console.postgres.ai/), set up your first organization and provision a DBLab Standard Edition (DBLab SE) to any cloud or on-prem
- [Pricing](https://postgres.ai/pricing) (starting at $62/month)
- [Doc: How to install DBLab SE](https://postgres.ai/docs/how-to-guides/administration/install-dle-from-postgres-ai)
- Demo: https://demo.aws.postgres.ai (use the token `demo-token` to access)
- Demo: https://demo.dblab.dev (use the token `demo-token` to access)
- Looking for a free version? Install DBLab Community Edition by [following this tutorial](https://postgres.ai/docs/tutorials/database-lab-tutorial)

## How it works
Expand Down
2 changes: 1 addition & 1 deletion engine/api/swagger-spec/dblab_server_swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ externalDocs:
url: https://gitlab.com/postgres-ai/docs/tree/master/docs/database-lab

servers:
- url: "https://demo.aws.postgres.ai/api"
- url: "https://demo.dblab.dev/api"
description: "DBLab 3.x demo server; token: 'demo-token'"
x-examples:
Verification-Token: "demo-token"
Expand Down
2 changes: 1 addition & 1 deletion ui/packages/ce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@
"stylelint-config-standard-scss": "^2.0.1",
"stylelint-prettier": "^2.0.0"
},
"proxy": "https://demo.aws.postgres.ai:446"
"proxy": "https://demo.dblab.dev:446"
}

0 comments on commit a21b18b

Please sign in to comment.