poolman instead of connectionbroker
[mir.git] / source / config.properties-dist
index 82c6c43..3c67853 100755 (executable)
@@ -76,7 +76,7 @@ Producer.DocRoot=
 
 # this is the name of the subdirectory where the image-dir
 # will be linked to.
-Producer.ImageRoot=img
+Producer.ImageRoot=/img
 
 
 # the url of the video-server
@@ -91,14 +91,23 @@ Producer.Image.Host=http://indy.code-fu.de/images
 # the url of the media-server
 Producer.Media.Host=http://indy.code-fu.de/media
 
+# the url of the real-media-server
+Producer.RealMedia.Host=rtsp://some.media.server/somedir/
+
+
 # image specific storage directories
 # absolute directory, where the images are saved
-Producer.Image.Path=/pub/Dokumente/Indymedia/de-tech/Mir/produced/images
+Producer.Image.Path=/pub/Dokumente/Indymedia/de-tech/Mir/produced/images/
 
 # media specific storage directories
 # absolute directory, where the media files are saved
 Producer.Media.Path=/pub/Dokumente/Indymedia/de-tech/Mir/produced/media
 
+# absolute directory, where the realmedia data files(ra and rm) are saved
+# the ram files which point to the RealMedia.Host get saved in the regular Media dir
+# this should make rsyncing to a separate streaming server much easier   
+Producer.RealMedia.Path=/pub/Dokumente/rtsp
+
 # relativ directory, where the thumbnails will be saved
 Producer.Image.IconPath=/icon
 
@@ -109,6 +118,12 @@ Producer.Icon.TinyAudio=audio_small.gif
 Producer.Icon.TinyVideo=video_small.gif
 Producer.Icon.TinyText=text_small.gif
 
+#Medium sized icons used at various places
+Producer.Icon.BigImage=photo_big.gif
+Producer.Icon.BigAudio=audio_big.gif
+Producer.Icon.BigVideo=video_big.gif
+Producer.Icon.BigText=text_big.gif
+
 
 
 #
@@ -131,6 +146,7 @@ Database.Limit=20
 Database.Username=postgres
 Database.Password=
 Database.Host=localhost
+Database..Name=Mir
 
 #
 # this sets the adaptor to be used
@@ -172,6 +188,7 @@ Entity.Logfile=log/dbentity.log
 
 Mir.Logfile=log/mir.log
 Mir.ErrorTemplate=fehler.template
+Mir.UserErrorTemplate=usererror.template
 
 ServletModule.Schwerpunkt.ConfirmTemplate=confirm.template
 ServletModule.Schwerpunkt.ObjektTemplate=schwerpunkt.template