This commit is contained in:
Gustavo Fuhr 2022-12-07 18:26:17 -03:00
parent f21da910da
commit 5562cd76ac
1 changed files with 4 additions and 4 deletions

View File

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