diff options
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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" |