Skip to content

Commit bb47cba

Browse files
committed
Merge branch '182-project-name' into 'master'
fix: move the project name in the config example (#182) Closes #182 See merge request postgres-ai/joe!191
2 parents 1477141 + 8868d67 commit bb47cba

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

configs/config.example.yml

+3-12
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ platform:
3030
# Postgres.ai Platform API secret token.
3131
token: "platform_secret_token"
3232

33+
# Postgres.ai Platform project to which user sessions are to be assigned.
34+
project: "demo"
35+
3336
# Enable command history in Postgres.ai Platform for collaboration and
3437
# visualization. Default: true.
3538
historyEnabled: true
@@ -75,9 +78,6 @@ channelMapping:
7578
# This is what users see in browser.
7679
- channelID: ProductionDB
7780

78-
# Postgres.ai Platform project to which user sessions are to be assigned.
79-
project: "demo"
80-
8181
# Database Lab alias from the "dblabServers" section.
8282
dblabServer: prod1
8383

@@ -112,9 +112,6 @@ channelMapping:
112112
# need the last part starting with "C" (e.g., "C01234ABCDE").
113113
- channelID: CXXXXXXXX
114114

115-
# Postgres.ai Platform project to which user sessions are to be assigned.
116-
project: "demo"
117-
118115
# Database Lab alias from the "dblabServers" section.
119116
dblabServer: prod1
120117

@@ -145,9 +142,6 @@ channelMapping:
145142
# need the last part starting with "C" (e.g., "C01234ABCDE").
146143
- channelID: CXXXXXXXX
147144

148-
# Postgres.ai Platform project to which user sessions are to be assigned.
149-
project: "demo"
150-
151145
# Database Lab alias from the "dblabServers" section.
152146
dblabServer: prod1
153147

@@ -181,9 +175,6 @@ channelMapping:
181175
# need the last part consisting of 9 letters starting with "C".
182176
- channelID: CXXXXXXXX
183177

184-
# Postgres.ai Platform project to which user sessions are to be assigned.
185-
project: "demo"
186-
187178
# Database Lab alias from the "dblabServers" section.
188179
dblabServer: prod1
189180

0 commit comments

Comments
 (0)