@@ -58,15 +58,6 @@ global:
5858 # Default database name.
5959 dbname : postgres
6060
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-
7061# Manages filesystem pools (in the case of ZFS) or volume groups.
7162poolManager :
7263 # The full path which contains the pool mount directories. mountDir can contain multiple pool directories.
@@ -320,19 +311,30 @@ diagnostic:
320311# Postgres.ai Platform integration (provides GUI) – extends the open source offering.
321312# Uncomment the following lines if you need GUI, personal tokens, audit logs, more.
322313#
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"
327329#
328330# # Token for authorization in Platform API. This token can be obtained on
329331# # the Postgres.ai Console: https://postgres.ai/console/YOUR_ORG_NAME/tokens
330332# # This token needs to be kept in secret, known only to the administrator.
331333# accessToken: "platform_access_token"
332334#
333335# # 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,
336338# # and any token can be revoked not affecting others
337339# enablePersonalTokens: true
338340#
0 commit comments