diff --git a/wise-webapp/src/main/webapp/WEB-INF/app.properties b/wise-webapp/src/main/webapp/WEB-INF/app.properties index d1fbc169..a816dc1a 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://localhost:8080 +site.baseurl = http://wisemapping-local.com:8080 # Site Homepage URL. This will be used as URL for homepage location. site.homepage = c/login @@ -139,13 +139,19 @@ security.ldap.firstName.attribute=givenName # Coma separated list of domains and emails ban #accounts.exclusion.domain= + +# ------------------- 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=https://wisemapping.com/c/registration-google +google.oauth2.callbackUrl=http://wisemapping-local.com:8080/c/registration-google # google app client id -google.oauth2.clientId= +google.oauth2.clientId=1065902615245-3dtr59tksbkl5kdtfmh10o1oer35kffk.apps.googleusercontent.com # google app client secret -google.oauth2.clientSecret= +google.oauth2.clientSecret=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 +# ------------------- NO PUSHEAR ESTO !!!!!!!! END ------------------ + + + # google service for finish registration process, ie. exchange temporal code for user token google.oauth2.confirmUrl=https://oauth2.googleapis.com/token # google service for get user data (name, email, etc)