@@ -58,15 +58,6 @@ global:
58
58
# Default database name.
59
59
dbname : postgres
60
60
61
- # Telemetry: anonymous statistics sent to Postgres.ai.
62
- # Used to analyze DLE usage, it helps the DLE maintainers make decisions on product development.
63
- # Please leave it enabled if possible – this will contribute to DLE development.
64
- # The full list of data points being collected: https://postgres.ai/docs/database-lab/telemetry
65
- telemetry :
66
- enabled : true
67
- # Telemetry API URL. To send anonymous telemetry data, keep it default ("https://postgres.ai/api/general").
68
- url : " https://postgres.ai/api/general"
69
-
70
61
# Manages filesystem pools (in the case of ZFS) or volume groups.
71
62
poolManager :
72
63
# The full path which contains the pool mount directories. mountDir can contain multiple pool directories.
@@ -320,19 +311,30 @@ diagnostic:
320
311
# Postgres.ai Platform integration (provides GUI) – extends the open source offering.
321
312
# Uncomment the following lines if you need GUI, personal tokens, audit logs, more.
322
313
#
323
- # platform:
324
- # # Platform API URL. To work with Postgres.ai SaaS, keep it default
325
- # # ("https://postgres.ai/api/general").
326
- # url: "https://postgres.ai/api/general"
314
+ platform :
315
+ # Platform API URL. To work with Postgres.ai SaaS, keep it default
316
+ # ("https://postgres.ai/api/general").
317
+ url : " https://postgres.ai/api/general"
318
+ # Telemetry: anonymous statistics sent to Postgres.ai.
319
+ # Used to analyze DLE usage, it helps the DLE maintainers make decisions on product development.
320
+ # Please leave it enabled if possible – this will contribute to DLE development.
321
+ # The full list of data points being collected: https://postgres.ai/docs/database-lab/telemetry
322
+ enableTelemetry : true
323
+ #
324
+ # # Project name
325
+ # projectName: "project_name"
326
+ #
327
+ # # Organization key
328
+ # orgKey: "org_key"
327
329
#
328
330
# # Token for authorization in Platform API. This token can be obtained on
329
331
# # the Postgres.ai Console: https://postgres.ai/console/YOUR_ORG_NAME/tokens
330
332
# # This token needs to be kept in secret, known only to the administrator.
331
333
# accessToken: "platform_access_token"
332
334
#
333
335
# # Enable authorization with personal tokens of the organization's members.
334
- # # If false: all users must use "accessToken " value for any API request
335
- # # If true: "accessToken " is known only to admin, users use their own tokens,
336
+ # # If false: all users must use "verificationToken " value for any API request
337
+ # # If true: "verificationToken " is known only to admin, users use their own tokens,
336
338
# # and any token can be revoked not affecting others
337
339
# enablePersonalTokens: true
338
340
#
0 commit comments