Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f3404e3

Browse files
committed
Merge branch 'move-demo-instance' into 'master'
chore: update URLs of the updated demo instance See merge request postgres-ai/database-lab!846
2 parents af52d07 + 1b0a5ea commit f3404e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
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:446/instance (use the token `demo_token` to access)
66+
- Demo: https://demo.aws.postgres.ai (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‎

Lines changed: 1 addition & 1 deletion
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:446/api"
24+
- url: "https://demo.aws.postgres.ai:446"
2525
description: "DBLab 3.x demo server; token: 'demo-token'"
2626
x-examples:
2727
Verification-Token: "demo-token"

‎ui/packages/ce/package.json‎

Lines changed: 1 addition & 1 deletion
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/api"
93+
"proxy": "https://demo.aws.postgres.ai:446"
9494
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /