diff --git a/etc/distren.conf b/etc/distren.conf --- a/etc/distren.conf +++ b/etc/distren.conf @@ -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"} // +} +