← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 20678: Added example file store config to README hibernate.properties example

 

------------------------------------------------------------
revno: 20678
committer: Halvdan Hoem Grelland <halvdanhg@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2015-10-14 00:18:27 +0200
message:
  Added example file store config to README hibernate.properties example
modified:
  dhis-2/README.txt


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/README.txt'
--- dhis-2/README.txt	2009-04-07 22:25:03 +0000
+++ dhis-2/README.txt	2015-10-13 22:18:27 +0000
@@ -48,3 +48,21 @@
 #hibernate.show_sql = true
 #hibernate.format_sql = true
 
+# File store configuration
+
+# Supported providers are 'filesystem' and 'aws-s3'
+filestore.provider = filesystem
+
+# Bucket on AWS S3, root files folder within DHIS2 home on file system.
+filestore.container = files
+
+# Location/region, unapplicable if using AWS S3 standard region or filesystem
+# NOTE: eu-central-1 is currently not supported
+#filestore.location = eu-west-1
+
+# Access key id on AWS, does not apply to file system
+#filestore.identity = YOURIDENTITY
+
+# Does not apply to file system
+#filestore.secret = YOURSECRET
+