README.rdoc in thingfish-datastore-filesystem-0.2.0 vs README.rdoc in thingfish-datastore-filesystem-0.2.1
- old
+ new
@@ -32,18 +32,17 @@
default behaviors.
Here's an example configuration file that enables this plugin and
modifies the default storage path:
- ---
- thingfish:
- datastore: filesystem
+ ---
+ thingfish:
+ datastore: filesystem
+ filesystem_datastore:
+ root_path: /net/storage/thingfish-data
- filesystem_datastore:
- root_path: /net/storage/thingfish-data
-
== Advanced Usage
This plugin can utilize various advanced features of the Mongrel2 daemon
that can offload large data transfers to the Mongrel2 daemon directly.
This frees the Thingfish handler(s) up for servicing new requests
@@ -105,10 +104,10 @@
read/write access to these files.
== License
-Copyright (c) 2014-2016, Michael Granger and Mahlon E. Smith
+Copyright (c) 2014-2017, Michael Granger and Mahlon E. Smith
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met: