chiark / gitweb /
New 'lint' subcommand in testing phase
[fdroidserver.git] / sampleconfigs / config.sample.py
index 0f4aeb2cf8fd79ed572168d3a62fe7c5b4bcde84..6f4988d34e3b52ed4a8448d9459c8d1e5d37b3b9 100644 (file)
@@ -118,3 +118,10 @@ carbon_port = 2003
 #Set this to true to always use a build server. This saves specifying the
 #--server option on dedicated secure build server hosts.
 build_server_always = False
+
+# Limit in number of characters that fields can take up
+# Only the fields listed here are supported, defaults shown
+char_limits: {
+    'Summary' : 40
+    'Description' : 1500
+}