Skip to content

Commit a325094

Browse files
committed
Merge branch 'demo-url' into 'master'
Update demo url to demo.dblab.dev See merge request postgres-ai/database-lab!951
2 parents d41fabe + a21b18b commit a325094

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Try it yourself right now:
6363
- 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
6464
- [Pricing](https://postgres.ai/pricing) (starting at $62/month)
6565
- [Doc: How to install DBLab SE](https://postgres.ai/docs/how-to-guides/administration/install-dle-from-postgres-ai)
66-
- Demo: https://demo.aws.postgres.ai (use the token `demo-token` to access)
66+
- Demo: https://demo.dblab.dev (use the token `demo-token` to access)
6767
- Looking for a free version? Install DBLab Community Edition by [following this tutorial](https://postgres.ai/docs/tutorials/database-lab-tutorial)
6868

6969
## How it works

engine/api/swagger-spec/dblab_server_swagger.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ externalDocs:
2121
url: https://gitlab.com/postgres-ai/docs/tree/master/docs/database-lab
2222

2323
servers:
24-
- url: "https://demo.aws.postgres.ai/api"
24+
- url: "https://demo.dblab.dev/api"
2525
description: "DBLab 3.x demo server; token: 'demo-token'"
2626
x-examples:
2727
Verification-Token: "demo-token"

ui/packages/ce/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@
9090
"stylelint-config-standard-scss": "^2.0.1",
9191
"stylelint-prettier": "^2.0.0"
9292
},
93-
"proxy": "https://demo.aws.postgres.ai:446"
93+
"proxy": "https://demo.dblab.dev:446"
9494
}

0 commit comments

Comments
 (0)