This commit is contained in:
Diamantis Tziotzios 2023-10-19 17:28:36 +03:00
parent 8a41a7dcd9
commit 9879050eab
2 changed files with 6 additions and 6 deletions

View File

@ -1,15 +1,15 @@
dmp.domain = http://localhost:4200 dmp.domain = http://localhost:4200
####################PERSISTENCE OVERRIDES CONFIGURATIONS########## ####################PERSISTENCE OVERRIDES CONFIGURATIONS##########
database.url= jdbc:postgresql://dbserver02.local.cite.gr:5432/dmptool database.url=
database.username= dmtadm database.username=
database.password= t00L4DM@18! database.password=
spring.datasource.maxIdle=10 spring.datasource.maxIdle=10
spring.datasource.minIdle=5 spring.datasource.minIdle=5
spring.datasource.maxActive=10 spring.datasource.maxActive=10
####################ELASTIIC SEARCH TAGS OVERRIDES CONFIGURATIONS########## ####################ELASTIIC SEARCH TAGS OVERRIDES CONFIGURATIONS##########
elasticsearch.host = dmp-elastic-heal.lib.auth.gr elasticsearch.host = localhost
elasticsearch.port = 9200 elasticsearch.port = 9200
elasticsearch.username=elastic elasticsearch.username=elastic
elasticsearch.password= elasticsearch.password=
@ -42,7 +42,7 @@ facebook.login.clientSecret=
facebook.login.namespace= facebook.login.namespace=
#############GOOGLE LOGIN CONFIGURATIONS######### #############GOOGLE LOGIN CONFIGURATIONS#########
google.login.clientId=524432312250-sc9qsmtmbvlv05r44onl6l93ia3k9deo.apps.googleusercontent.com google.login.clientId=
#############LINKEDIN LOGIN CONFIGURATIONS######### #############LINKEDIN LOGIN CONFIGURATIONS#########
linkedin.login.clientId= linkedin.login.clientId=

View File

@ -57,7 +57,7 @@
"loginProviders": { "loginProviders": {
"enabled": [1, 2, 3, 4, 5, 6, 7, 8], "enabled": [1, 2, 3, 4, 5, 6, 7, 8],
"facebookConfiguration": { "clientId": "" }, "facebookConfiguration": { "clientId": "" },
"googleConfiguration": { "clientId": "524432312250-sc9qsmtmbvlv05r44onl6l93ia3k9deo.apps.googleusercontent.com" }, "googleConfiguration": { "clientId": "" },
"linkedInConfiguration": { "linkedInConfiguration": {
"clientId": "", "clientId": "",
"oauthUrl": "https://www.linkedin.com/oauth/v2/authorization", "oauthUrl": "https://www.linkedin.com/oauth/v2/authorization",