@@ -30,6 +30,9 @@ platform:
30
30
# Postgres.ai Platform API secret token.
31
31
token : " platform_secret_token"
32
32
33
+ # Postgres.ai Platform project to which user sessions are to be assigned.
34
+ project : " demo"
35
+
33
36
# Enable command history in Postgres.ai Platform for collaboration and
34
37
# visualization. Default: true.
35
38
historyEnabled : true
@@ -75,9 +78,6 @@ channelMapping:
75
78
# This is what users see in browser.
76
79
- channelID : ProductionDB
77
80
78
- # Postgres.ai Platform project to which user sessions are to be assigned.
79
- project : " demo"
80
-
81
81
# Database Lab alias from the "dblabServers" section.
82
82
dblabServer : prod1
83
83
@@ -112,9 +112,6 @@ channelMapping:
112
112
# need the last part starting with "C" (e.g., "C01234ABCDE").
113
113
- channelID : CXXXXXXXX
114
114
115
- # Postgres.ai Platform project to which user sessions are to be assigned.
116
- project : " demo"
117
-
118
115
# Database Lab alias from the "dblabServers" section.
119
116
dblabServer : prod1
120
117
@@ -145,9 +142,6 @@ channelMapping:
145
142
# need the last part starting with "C" (e.g., "C01234ABCDE").
146
143
- channelID : CXXXXXXXX
147
144
148
- # Postgres.ai Platform project to which user sessions are to be assigned.
149
- project : " demo"
150
-
151
145
# Database Lab alias from the "dblabServers" section.
152
146
dblabServer : prod1
153
147
@@ -181,9 +175,6 @@ channelMapping:
181
175
# need the last part consisting of 9 letters starting with "C".
182
176
- channelID : CXXXXXXXX
183
177
184
- # Postgres.ai Platform project to which user sessions are to be assigned.
185
- project : " demo"
186
-
187
178
# Database Lab alias from the "dblabServers" section.
188
179
dblabServer : prod1
189
180
0 commit comments