Give a message if the user hasn't filled in their profile yet.
[mediagoblin.git] / mediagoblin / config_spec.ini
index b6356b0ecb8bec311901e1eea6cf9e52d52eb2e2..bbc1f7d62545a292112fcf3487181a8d6002d24b 100644 (file)
@@ -1,7 +1,7 @@
 [mediagoblin]
 # database stuff
 db_host = string()
-db_name = string()
+db_name = string(default="mediagoblin")
 db_port = integer()
 
 # 
@@ -24,6 +24,10 @@ email_sender_address = string(default="notice@mediagoblin.example.org")
 # Set to false to disable registrations
 allow_registration = boolean(default=True)
 
+# tag parsing
+tags_delimiter = string(default=",")
+tags_max_length = integer(default=50)
+
 # By default not set, but you might want something like:
 # "%(here)s/user_dev/templates/"
 local_templates = string()