[xiph-commits] r13239 - trunk/icebreaker
nickmudd at svn.xiph.org
nickmudd at svn.xiph.org
Tue Jul 10 04:01:17 PDT 2007
Author: nickmudd
Date: 2007-07-10 04:01:17 -0700 (Tue, 10 Jul 2007)
New Revision: 13239
Modified:
trunk/icebreaker/config.py
Log:
added some variables to config.py for the backend.
Modified: trunk/icebreaker/config.py
===================================================================
--- trunk/icebreaker/config.py 2007-07-10 07:44:01 UTC (rev 13238)
+++ trunk/icebreaker/config.py 2007-07-10 11:01:17 UTC (rev 13239)
@@ -2,6 +2,8 @@
# Config file for Icebreaker
file_dir='../samplemusic/'
+LOGFILE='icebreaker.log'
+PIDFILE='icebreaker.pid'
# conn = 'mysql://test:pwd@localhost/testdb'
# conn = 'mysql://test:pwd@localhost/testdb?debug=1'
More information about the commits
mailing list