Przeglądaj źródła

Changed devenv default data source to testdata

Torkel Ödegaard 6 lat temu
rodzic
commit
0ed32ebcb4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      devenv/datasources.yaml

+ 1 - 1
devenv/datasources.yaml

@@ -11,11 +11,11 @@ datasources:
   - name: gdev-prometheus
     type: prometheus
     access: proxy
-    isDefault: true
     url: http://localhost:9090
 
   - name: gdev-testdata
     type: testdata
+    isDefault: true
 
   - name: gdev-influxdb
     type: influxdb