Constants.java

10 lines | 209 B Blame History Raw Download
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";

}