Skip to content

Commit

Permalink
updated config to handle multiple storage locations with constrained …
Browse files Browse the repository at this point in the history
…capacities
  • Loading branch information
Jason J. Gullickson committed Feb 6, 2015
1 parent 761296a commit 0b7f4f0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
module.exports = {
STORAGE_PATH: './blocks/',

STORAGE_LOCATIONS:[
{"path":"./blocks/","capacity":1024}
],
BLOCK_SIZE: 1048576,
LOG_LEVEL: 0,
SERVER_PORT: 7302
}
};

0 comments on commit 0b7f4f0

Please sign in to comment.