pep.rc.in
changeset 31 e404cd1c7077
parent 30 a66ed0454ca8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pep.rc.in	Mon May 21 19:10:25 2012 +0300
@@ -0,0 +1,33 @@
+
+# Modules, that provide internal infrastructure, and will
+# be loaded automatically by dependencies:
+#module load pep
+#module load pep_mood
+#moudle load pep_tune
+#module load pep_activity
+#module load pep_geoloc
+
+# Minimum interval betweet two publishes. Any too frequent
+# publish requests will be discarded. Set to 0 to disable.
+# (pep_tune option)
+set @OPT_TUNE_INTERVAL@ = 10
+
+# Set to non-zero, if paused state should be considered
+# stopped state (and thus publish empty data).
+# (pep_tune option)
+set @OPT_TUNE_PAUSE_IS_STOP@ = 1
+
+# Minimum interval between two publishes. Any too frequent
+# publish requests will be discarded. Set to 0 to disable.
+# (pep_geoloc option)
+set @OPT_GEOLOC_INTERVAL@ = 5
+
+module load mood
+
+module load tune
+
+module load activity
+
+module load geoloc
+
+# the end