github.com/thanos-io/thanos@v0.32.5/pkg/ui/react-app/src/thanos/config.ts (about)

     1  declare const THANOS_QUERY_URL: string;
     2  
     3  export let queryURL = THANOS_QUERY_URL;
     4  if (queryURL === '' || queryURL === '{{ .queryURL }}') {
     5    queryURL = 'http://localhost:10902';
     6  }