Skip to content

Commit

Permalink
#1461 Fix localfs location setting in configuration sample
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Nov 13, 2020
1 parent 2faf598 commit 1bd0297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/application.sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ db.janusgraph {
storage {
## Local filesystem
// provider: localfs
// localfs.directory: /path/to/files
// localfs.location: /path/to/files

## Hadoop filesystem (HDFS)
// provider: hdfs
Expand Down Expand Up @@ -96,4 +96,4 @@ storage {
//}

# Define maximum size of attachments (default 10MB)
//play.http.parser.maxDiskBuffer: 1GB
//play.http.parser.maxDiskBuffer: 1GB

0 comments on commit 1bd0297

Please sign in to comment.