Skip to content

Commit

Permalink
Configuration file updated (#48)
Browse files Browse the repository at this point in the history
* Updated Front END

* Datalet Synch Icon

* FrontEnd updates

* Adding internazionalization (EN - IT)

* Internazionalization Updates

* Fix Municipality Translation

* Responsivness

* Toggle button fix

* Added About section

* Internationalization Administration Functionalities

* Changes Next Release updated

* WordCloud Fix; SVG logo; disable pass update if Fiware

* Modified Screenshots

* Modified changes next release

* Update Changelog
Merge pull request #1 from OPSILab/master

Updating Fork
Addedd Related Resource to DCATDataset model
Persistence Manager Fix
Updated Front END
Datalet Synch Icon
Updates for Incubated Status

* Reformatted Markdown
* Restructured README according to standard-readme
* Added additional badges to readme and docs front-page
* Added code highlights
* Added FIWARE CSS and favicon

Merge pull request #9 from jason-fox/feature/css-badges-readme

Updates for Incubated Status
FrontEnd updates
Merge remote-tracking branch 'origin/frontend-update'
Merge branch 'master' of https://github.com/robcalla/Idra.git
Adding internazionalization (EN - IT)
Internazionalization Updates
Fix Municipality Translation
Responsivness
Toggle button fix
Added About section
Fixed docker-compose

Dump path for idra_db.sql fixed and wait-for-it script for DB container
added
Internationalization Administration Functionalities
Changes Next Release updated
WordCloud Fix; SVG logo; disable pass update if Fiware
Merge branch 'master' of https://github.com/OPSILab/Idra.git
Transferring API Description file from Apiary.io
Modified Screenshots
Merge branch 'master' of https://github.com/OPSILab/Idra.git
Modified changes next release

* Statistics First Commit

* Statistics Section Updated

* TagCloud update

* Statistics Updated

* Statistics Server Updated

* Statistics updated solr schema

* File Preview First commit

* Update Client Configurations for Preview

* Front End Updates

* Preview fix

* Fix

* Add license scan report and status

Signed-off-by: fossabot <badges@fossa.io>

* Added Support to KML file - resolving #14

* Fix

* Fix geojson preview

* Added Timeout on Preview

* Updated Pom

* Rights Holder minor fix

* Minor Fix

* Updated changes next release

* DCATDumpConnector fix

* Updated Changes Next Release

* Changed Version Property to v1.3.0

* Updated Changes next release

* Junar & OpenDataSoft Fix

* Updated CHANGES_NEXT_RELEASE

* Removed default api-key value

* Fix Idm login issue

* Fix #34 and update

* Datalet creation fix

* Updated Token Deserializer for backward compatibility

* Junar Date Fix

* Preview Limit & timeout from config file

* CKAN API first commit

* Redirect Filter added on download resource

* Fixed tika-parser and IDM conflicts

* Added pagination on catalogues datasets rest api

* Working CKAN API, missing mapping few fields

* CKAN API updated

* Minor

* Completed Mapping

* Updated Copyright

* Updated Ckan client

* Configuration File bug fix

* Updated version to 2.0.0
  • Loading branch information
robcalla authored and giuseppeciulla committed May 20, 2019
1 parent 2cc9271 commit ddf5b72
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Idra/src/main/resources/configuration.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#-------------------------------------------------------------------------------
################# PLATFORM API ###################################
idra.version=1.3.1
idra.release.timestamp=2019-03-06T17:00:00Z
idra.version=2.0.0
idra.release.timestamp=2019-05-20T19:30:00Z

################# PERSISTENCE MANAGER CONFIGURATION ##############
#&rewriteBatchedStatements\=true
Expand Down Expand Up @@ -63,7 +63,7 @@ idra.scraper.range.retry=10
idra.scraper.range.scale=25
idra.scraper.dataset.retry=10

// Following are milliseconds
# Following are milliseconds
idra.scraper.page.timeout=25000
idra.scraper.dataset.timeout=25000
idra.scraper.global.timeout=1800000
Expand All @@ -79,6 +79,12 @@ idra.lod.repo.name=Idra
idra.lod.server.uri=http\://localhost\:8080/rdf4j-server/repositories/
idra.lod.server.uri.query=http\://localhost\:8080/rdf4j-workbench/repositories/Idra/query

################# PREVIEW ###########################
#TIMEOUT (seconds)
idra.preview.timeout=10
#File dimension (MB)
idra.preview.fileSize=10

########################### AUTHENTICATION CONFIGURATION ##################
### SELECT WHICH AUTHENTICATION METHOD TO USE. ALLOWED VALUES: [BASIC,FIWARE]
idra.authentication.method=BASIC
Expand Down

0 comments on commit ddf5b72

Please sign in to comment.