Add developers.url property
This commit is contained in:
parent
c26a097eec
commit
13665afe14
|
@ -12,7 +12,7 @@ import java.io.IOException;
|
|||
|
||||
public class OverviewServlet extends HttpServlet {
|
||||
|
||||
@Value("${client-management.url}")
|
||||
@Value("${developers.url}")
|
||||
private String url;
|
||||
|
||||
public void init(ServletConfig config) throws ServletException {
|
||||
|
|
|
@ -12,7 +12,7 @@ import java.io.IOException;
|
|||
|
||||
public class PersonalTokenServlet extends HttpServlet {
|
||||
|
||||
@Value("${client-management.url}")
|
||||
@Value("${developers.url}")
|
||||
private String url;
|
||||
|
||||
public void init(ServletConfig config) throws ServletException {
|
||||
|
|
|
@ -13,7 +13,7 @@ import java.io.IOException;
|
|||
|
||||
public class RegisterServiceServlet extends HttpServlet {
|
||||
|
||||
@Value("${client-management.url}")
|
||||
@Value("${developers.url}")
|
||||
private String url;
|
||||
|
||||
public void init(ServletConfig config) throws ServletException {
|
||||
|
|
|
@ -12,7 +12,7 @@ import java.io.IOException;
|
|||
|
||||
public class RegisteredServicesServlet extends HttpServlet {
|
||||
|
||||
@Value("${client-management.url}")
|
||||
@Value("${developers.url}")
|
||||
private String url;
|
||||
|
||||
public void init(ServletConfig config) throws ServletException {
|
||||
|
|
|
@ -2,7 +2,7 @@ google.recaptcha.secret = 6LfYrU8UAAAAADwrbImPvDo_XcxEZvrkkgMy9yU0
|
|||
google.recaptcha.key = 6LfYrU8UAAAAAFsl3m2YhP1uavdmAdFEXBkoY_vd
|
||||
|
||||
role-management.url = http://mpagasas.di.uoa.gr:8080/dnet-role-management
|
||||
client-management.url = http://mpagasas.di.uoa.gr:5100
|
||||
developers.url = http://mpagasas.di.uoa.gr:5100
|
||||
|
||||
# Redis
|
||||
redis.host = 127.0.0.1
|
||||
|
|
Loading…
Reference in New Issue