Skip to content

Commit

Permalink
fixed app dataPath
Browse files Browse the repository at this point in the history
  • Loading branch information
joernroeder committed Jun 6, 2014
1 parent 885d16a commit bb370fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/appDataFolder/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
File renamed without changes.
2 changes: 1 addition & 1 deletion src/config/mainConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}
},
"app" : {
"dataPath": "/Volumes/HDD/Users/Johnny/Documents/node/abschluss_app/src/config"
"dataPath": "appDataFolder"
},
"search" : {
"host" : "localhost",
Expand Down

0 comments on commit bb370fa

Please sign in to comment.