test externals

This commit is contained in:
Gustavo Fuhr 2022-12-07 18:22:32 -03:00
parent bce06bec6e
commit f21da910da

View File

@ -89,7 +89,7 @@ google.recaptcha2.secretKey = 6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe
admin.user = admin@wisemapping.org admin.user = admin@wisemapping.org
# Base URL where WiseMapping is deployed. By default, It will be automatically inferred. # 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 URL. This will be used as URL for homepage location.
site.homepage = c/login site.homepage = c/login
@ -139,13 +139,19 @@ security.ldap.firstName.attribute=givenName
# Coma separated list of domains and emails ban # Coma separated list of domains and emails ban
#accounts.exclusion.domain= #accounts.exclusion.domain=
# ------------------- NO PUSHEAR ESTO !!!!!!!! START ------------------
# google will redirect to this url, this url must be configured in the google app # google will redirect to this url, this url must be configured in the google app
# {baseurl}/c/registration-google # {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 app client id
google.oauth2.clientId= google.oauth2.clientId=1065902615245-3dtr59tksbkl5kdtfmh10o1oer35kffk.apps.googleusercontent.com
# google app client secret # 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 service for finish registration process, ie. exchange temporal code for user token
google.oauth2.confirmUrl=https://oauth2.googleapis.com/token google.oauth2.confirmUrl=https://oauth2.googleapis.com/token
# google service for get user data (name, email, etc) # google service for get user data (name, email, etc)