Skip to content

Commit fb56b9b

Browse files
committed
feat: cloud-neutral proxy.pgbeam.app + recover prod deploy (BetterStack monitor) (#842)
Synced from sferarc/pgbeam@4761ffe
1 parent 7c88898 commit fb56b9b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/generated/types/AgentCredentialSecrets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export type AgentCredentialSecrets = {
1717
credential: AgentCredential;
1818
/**
1919
* @description Guarded Postgres connection string for this agent credential.
20-
* @example postgresql://agent_a1b2c3d4e5f6:secret@abc.aws.pgbeam.app:5432/mydb
20+
* @example postgresql://agent_a1b2c3d4e5f6:secret@abc.proxy.pgbeam.app:5432/mydb
2121
* @type string
2222
*/
2323
connection_string: string;

src/generated/types/Database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export type Database = {
2727
project_id: string;
2828
/**
2929
* @description Connection string for connecting through PgBeam proxy. Password is replaced with a placeholder.
30-
* @example postgresql://myuser:YOUR_PASSWORD@myproject.aws.pgbeam.app:5432/mydb
30+
* @example postgresql://myuser:YOUR_PASSWORD@myproject.proxy.pgbeam.app:5432/mydb
3131
* @type string | undefined
3232
*/
3333
readonly connection_string?: string;

src/generated/types/DnsInstructions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export type DnsInstructions = {
1616
cname_host?: string;
1717
/**
1818
* @description The CNAME record target.
19-
* @example abc.aws.pgbeam.app
19+
* @example abc.proxy.pgbeam.app
2020
* @type string | undefined
2121
*/
2222
cname_target?: string;
@@ -40,7 +40,7 @@ export type DnsInstructions = {
4040
acme_cname_host?: string;
4141
/**
4242
* @description The CNAME target for ACME challenge delegation.
43-
* @example _acme-challenge.abc.aws.pgbeam.app
43+
* @example _acme-challenge.abc.proxy.pgbeam.app
4444
* @type string | undefined
4545
*/
4646
acme_cname_target?: string;

src/generated/types/Project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export type Project = {
5858
*/
5959
readonly cloud?: ProjectCloudEnumKey;
6060
/**
61-
* @description Proxy hostname for connecting through PgBeam (e.g., myproject.aws.pgbeam.app).
61+
* @description Proxy hostname for connecting through PgBeam (e.g., myproject.proxy.pgbeam.app).
6262
* @type string | undefined
6363
*/
6464
readonly proxy_host?: string;

0 commit comments

Comments
 (0)