From 5562cd76ac7597b2c91779eef28558ccdd9b12ec Mon Sep 17 00:00:00 2001 From: Gustavo Fuhr Date: Wed, 7 Dec 2022 18:26:17 -0300 Subject: [PATCH] rollback --- wise-webapp/src/main/webapp/WEB-INF/app.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wise-webapp/src/main/webapp/WEB-INF/app.properties b/wise-webapp/src/main/webapp/WEB-INF/app.properties index a816dc1a..f182f3bc 100755 --- a/wise-webapp/src/main/webapp/WEB-INF/app.properties +++ b/wise-webapp/src/main/webapp/WEB-INF/app.properties @@ -89,7 +89,7 @@ google.recaptcha2.secretKey = 6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe admin.user = admin@wisemapping.org # Base URL where WiseMapping is deployed. By default, It will be automatically inferred. -site.baseurl = http://wisemapping-local.com:8080 +#site.baseurl = http://localhost:8080 # Site Homepage URL. This will be used as URL for homepage location. site.homepage = c/login @@ -143,11 +143,11 @@ security.ldap.firstName.attribute=givenName # ------------------- NO PUSHEAR ESTO !!!!!!!! START ------------------ # google will redirect to this url, this url must be configured in the google app # {baseurl}/c/registration-google -google.oauth2.callbackUrl=http://wisemapping-local.com:8080/c/registration-google +google.oauth2.callbackUrl=https://wisemapping.com/c/registration-google # google app client id -google.oauth2.clientId=1065902615245-3dtr59tksbkl5kdtfmh10o1oer35kffk.apps.googleusercontent.com +google.oauth2.clientId= # google app client secret -google.oauth2.clientSecret=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 +google.oauth2.clientSecret= # ------------------- NO PUSHEAR ESTO !!!!!!!! END ------------------