Changeset - a346c66a7010
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-05-26 17:29:15
ohnobinki@ohnopublishing.net
updated sample config file for libdistren
1 file changed with 14 insertions and 2 deletions:
0 comments (0 inline, 0 general)
etc/distren.conf
Show inline comments
 
@@ -26,9 +26,21 @@ server ohnopublishing
 
  types = {"distribution"}
 
}
 

	
 
/*
 
 A client is essentially the libdistren library or any app that is submitting 
 
 files. Thus, it should only need to know which server to access. Credentials
 
 specific to a server will be specified per-server for now.
 
*/
 
client
 
{
 
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}
 
  username = "distrenc"
 
  server = "ohnopublishing"
 
}
 

	
 
/*
 
 configuration for _this_ server
 
*/
 
me
 
{
 
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"} //
 
}
 

	
0 comments (0 inline, 0 general)