aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py12
1 files changed, 7 insertions, 5 deletions
diff --git a/config.py b/config.py
index 2ca0313..5d6d5d7 100644
--- a/config.py
+++ b/config.py
@@ -1,7 +1,9 @@
# This file is shared between Bash and Python
-# so keep it clean!
-USER=""
-HOST=""
-ARCHIVEPLAN="10001"
-PASSWORD=""
+# so keep it tight (no spaces between names and values)!
+AWUSER=""
+AWHOST=""
+AWPORT="9001"
+AWPASSWORD=""
+ARCHIVEPLAN=""
+FSLOG="/var/log/finalstore.log"
NC="/usr/local/aw/bin/nsdchat"