Home / testsuite / src / test / java / org / keycloak / testsuite / Constants.java
package org.keycloak.testsuite; public class Constants { public static String APP_ROOT = "http://localhost:8080/app"; public static String AUTH_SERVER_ROOT = "http://localhost:8080/auth-server"; }