Skip to content

Commit

Permalink
updated Para to v1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Jul 27, 2017
1 parent 23989ce commit 507e042
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
}
},
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-client</artifactId>
<version>1.25.0</version>
<version>1.25.1</version>
</dependency>
<dependency>
<groupId>rome</groupId>
Expand Down

0 comments on commit 507e042

Please sign in to comment.