Files
@ 987bb8883080
Branch filter:
Location: DistRen/etc/distren.conf - annotation
987bb8883080
605 B
text/plain
options: added notes for future work
b98974c4ed7f b98974c4ed7f b98974c4ed7f b98974c4ed7f b98974c4ed7f b98974c4ed7f b98974c4ed7f b98974c4ed7f b98974c4ed7f b98974c4ed7f b98974c4ed7f b98974c4ed7f b98974c4ed7f b98974c4ed7f b98974c4ed7f b98974c4ed7f b98974c4ed7f b98974c4ed7f b98974c4ed7f b98974c4ed7f b98974c4ed7f b98974c4ed7f b98974c4ed7f f17d2abc8601 b98974c4ed7f f17d2abc8601 | /*
Configuration file for distren.
Currently, this file is being prepared as the goal for this project. For instance, the ability to support connecting and communicating with servers is suggested by the server sections.
*/
server protofusion
{
hostname = "protofusion.org"
username = "distrenc"
/* method's use is not implemented, ssh is the only option atm */
method = "ssh"
}
server ohnopublishing
{
hostname = "ohnopublishing.net"
username = "distrenc"
method = "ssh"
}
client
{
render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}
username = "distrenc"
}
|