Remove dead code.
This commit is contained in:
@@ -54,6 +54,8 @@ logging:
|
||||
|
||||
# Application Configuration.
|
||||
app:
|
||||
site:
|
||||
baseurl: https://localhost:8080
|
||||
api:
|
||||
http-basic-enabled: false
|
||||
jwt:
|
||||
@@ -81,26 +83,13 @@ app:
|
||||
confirmUrl: https://oauth2.googleapis.com/token
|
||||
userinfoUrl: https://www:googleapis.com/oauth2/v3/userinfo
|
||||
url: https://accounts.google.com/o/oauth2/v2/auth?redirect_uri=${app.security.oauth2.google.callbackUrl}&prompt=consent&response_type=code&client_id=${app.security.oauth2.google.clientId}&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email&access_type=offline&state=wisemapping&include_granted_scopes=true
|
||||
|
||||
# accounts:
|
||||
# exclusion:
|
||||
# domain:
|
||||
|
||||
|
||||
google:
|
||||
ads:
|
||||
enabled: false
|
||||
analytics:
|
||||
account: UA-XXXX
|
||||
enabled: false
|
||||
recaptcha2:
|
||||
enabled: true
|
||||
secretKey: 6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe
|
||||
siteKey: 6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI
|
||||
site:
|
||||
homepage: c/login
|
||||
static:
|
||||
js:
|
||||
url: /static
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user