Skip to content

Commit

Permalink
set schemas config
Browse files Browse the repository at this point in the history
Signed-off-by: Augustin Husson <[email protected]>
  • Loading branch information
Nexucis committed Feb 27, 2024
1 parent 4f7f267 commit e46b4df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ services:
command: "--config=/etc/perses/config/secret.yaml"
environment:
PERSES_DATABASE_FILE_EXTENSION: "json"
PERSES_SCHEMAS_PANELS_PATH: "/etc/perses/cue/schemas/panels"
PERSES_SCHEMAS_QUERIES_PATH: "/etc/perses/cue/schemas/queries"
PERSES_SCHEMAS_DATASOURCES_PATH: "/etc/perses/cue/schemas/datasources"
PERSES_SCHEMAS_VARIABLES_PATH: "/etc/perses/cue/schemas/variables"
PERSES_SECURITY_ENABLE_AUTH: true
PERSES_SECURITY_AUTHORIZATION_GUEST_PERMISSIONS_0_ACTIONS_0: "read"
PERSES_SECURITY_AUTHORIZATION_GUEST_PERMISSIONS_0_SCOPES_0: "*"
Expand Down

0 comments on commit e46b4df

Please sign in to comment.