Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 248b43c

Browse files
authored
Merge pull request #513 from jonathancross/master
Adding DATA_FOLDER defaults and hints to ob.cfg
2 parents 4ff0391 + f1daac8 commit 248b43c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ob.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
[CONSTANTS]
2+
3+
# DATA_FOLDER Defaults:
4+
# - Windows: C:\Users\[Username]\AppData\Roaming\openbazaar\
5+
# - OSX: /Users/[Username]/Library/Application Support/OpenBazaar/
6+
# - Linux: ~/.openbazaar/
7+
#
8+
# Uncomment this to customize (note: you cannot use ~. Instead use full path.):
29
#DATA_FOLDER = /path/to/OpenBazaar/
310

411
KSIZE = 20

0 commit comments

Comments
 (0)