We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f74321f + 851c83d commit eed2cebCopy full SHA for eed2ceb
src/main/java/io/jenkins/plugins/vigilnz/utils/VigilnzConfig.java
@@ -2,8 +2,8 @@
2
3
public class VigilnzConfig {
4
5
- private static String devBaseUrl = "http://localhost:1337";
6
- // private static String devBaseUrl = "https://devapi.vigilnz.com";
+ // private static String devBaseUrl = "http://localhost:1337";
+ private static String devBaseUrl = "https://devapi.vigilnz.com";
7
private static String prodBaseUrl = "https://api.vigilnz.com";
8
private static String demoBaseUrl = "https://demoapi.vigilnz.com";
9
private static String baseUrl = "https://api.vigilnz.com";
0 commit comments