From bb370fa422808e421464bfc139ae5b7a8d0dbdf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rn=20Ro=CC=88der?= Date: Fri, 6 Jun 2014 14:22:14 +0200 Subject: [PATCH] fixed app dataPath --- src/appDataFolder/.gitignore | 4 ++++ src/{config => appDataFolder}/myId.json | 0 src/config/mainConfig.json | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 src/appDataFolder/.gitignore rename src/{config => appDataFolder}/myId.json (100%) diff --git a/src/appDataFolder/.gitignore b/src/appDataFolder/.gitignore new file mode 100644 index 00000000..86d0cb27 --- /dev/null +++ b/src/appDataFolder/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/src/config/myId.json b/src/appDataFolder/myId.json similarity index 100% rename from src/config/myId.json rename to src/appDataFolder/myId.json diff --git a/src/config/mainConfig.json b/src/config/mainConfig.json index 69645fe1..2ca1ab72 100644 --- a/src/config/mainConfig.json +++ b/src/config/mainConfig.json @@ -57,7 +57,7 @@ } }, "app" : { - "dataPath": "/Volumes/HDD/Users/Johnny/Documents/node/abschluss_app/src/config" + "dataPath": "appDataFolder" }, "search" : { "host" : "localhost",