From a3b14115c8631989d547fb24a29482cd4d81b0fc Mon Sep 17 00:00:00 2001 From: Ke Hu Date: Fri, 3 Apr 2015 12:40:52 -0400 Subject: [PATCH] Update config.properties remove private information --- BSPAT/web/WEB-INF/config.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/BSPAT/web/WEB-INF/config.properties b/BSPAT/web/WEB-INF/config.properties index 2c882b2..2101f21 100644 --- a/BSPAT/web/WEB-INF/config.properties +++ b/BSPAT/web/WEB-INF/config.properties @@ -1,5 +1,5 @@ -gmailUsername=bspatnotice -gmailPassword=bspatcwru -bismarkPath=/home/kehu/software/bismark_v0.14.2_noSleep/ -bowtiePath=/home/kehu/software/bowtie-1.1.1/ -useSingleThread=FALSE \ No newline at end of file +gmailUsername=username +gmailPassword=password +bismarkPath=/path/bismark_v0.14.2_noSleep/ +bowtiePath=/path/bowtie-1.1.1/ +useSingleThread=FALSE