mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Added file seperator
This commit is contained in:
parent
d568c6e8bd
commit
0b6acdc929
@ -73,7 +73,7 @@ public class JWTClientUtil {
|
|||||||
|
|
||||||
private static final Log log = LogFactory.getLog(JWTClientUtil.class);
|
private static final Log log = LogFactory.getLog(JWTClientUtil.class);
|
||||||
private static final String HTTPS_PROTOCOL = "https";
|
private static final String HTTPS_PROTOCOL = "https";
|
||||||
private static final String TENANT_JWT_CONFIG_LOCATION = "/jwt-config/jwt.properties";
|
private static final String TENANT_JWT_CONFIG_LOCATION = File.separator + "jwt-config" + File.separator + "jwt.properties";
|
||||||
private static final String JWT_CONFIG_FILE_NAME = "jwt.properties";
|
private static final String JWT_CONFIG_FILE_NAME = "jwt.properties";
|
||||||
private static final String SUPERTENANT_JWT_CONFIG_LOCATION =
|
private static final String SUPERTENANT_JWT_CONFIG_LOCATION =
|
||||||
CarbonUtils.getEtcCarbonConfigDirPath() + File.separator + JWT_CONFIG_FILE_NAME;
|
CarbonUtils.getEtcCarbonConfigDirPath() + File.separator + JWT_CONFIG_FILE_NAME;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user