diff --git a/app.json b/app.json index 2d129b42..bd7ff56b 100644 --- a/app.json +++ b/app.json @@ -52,32 +52,38 @@ "description": "Description meta tag value.", "value": "Scoold is an open source Q&A platform written in Java." }, + "para_gmaps_api_key": { + "description": "Google Maps API key for showing a map for geolocation filtering of posts.", + "value": "" + }, "para_admin_ident": { "description": "Administrator identifier - used to recognize user as admin (can be an email or a social id).", + "required": false, "value": "" }, "para_fb_app_id": { "description": "Facebook APP ID (for login with Facebook)", + "required": false, "value": "" }, "para_google_client_id": { "description": "Google OAuth client id (for login with Google)", + "required": false, "value": "" }, "para_google_analytics_id": { "description": "Google Analytics ID for the GA snippet (leave blank to disable GA)", - "value": "" - }, - "para_gmaps_api_key": { - "description": "Google Maps API key", + "required": false, "value": "" }, "para_csp_header_enabled": { "description": "Enable or disable the Content-Security-Policy header.", + "required": false, "value": "true" }, "para_csp_header": { "description": "The value of the CSP header (leave blank to use the default value)", + "required": false, "value": "" } }, diff --git a/pom.xml b/pom.xml index 72195844..f69edb0c 100755 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ com.erudika para-client - 1.25.0 + 1.25.1 rome