github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/scripts/oauth-mock/pyroscope-config.yml (about)

     1  ---
     2  auth:
     3    signup-default-role: Admin
     4    internal:
     5      enabled: true
     6  
     7    gitlab:
     8      enabled: true
     9      api-url: http://localhost:18080
    10      auth-url: http://localhost:18080/authorize
    11      token-url: http://localhost:18080/token
    12      client-id: 42fe36a3c42334416f36f71049aa5efe
    13      client-secret: 16f36f71049aa5efe42fe36a3c423344
    14      # allowed-groups:
    15      #   - allowed-group-example
    16  storage-path: tmp/oauth-mock-storage
    17  log-level: debug