Add developers.url property

This commit is contained in:
Konstantinos Triantafyllou 2023-08-03 16:38:01 +03:00
parent c26a097eec
commit 13665afe14
5 changed files with 5 additions and 5 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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