File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments