X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=mediagoblin%2Fconfig_spec.ini;h=b6356b0ecb8bec311901e1eea6cf9e52d52eb2e2;hb=83d3922b6e18221456cd8092d78882912f04cf99;hp=52e3fdfd1432ce5b248e471b634326e354626aeb;hpb=3f5cf663c0c8c2c06c9185af82b5f75423fce7f3;p=mediagoblin.git diff --git a/mediagoblin/config_spec.ini b/mediagoblin/config_spec.ini index 52e3fdfd..b6356b0e 100644 --- a/mediagoblin/config_spec.ini +++ b/mediagoblin/config_spec.ini @@ -1,4 +1,9 @@ [mediagoblin] +# database stuff +db_host = string() +db_name = string() +db_port = integer() + # queuestore_base_dir = string(default="%(here)s/user_dev/media/queue") publicstore_base_dir = string(default="%(here)s/user_dev/media/public") @@ -16,6 +21,9 @@ direct_remote_path = string(default="/mgoblin_static/") email_debug_mode = boolean(default=True) email_sender_address = string(default="notice@mediagoblin.example.org") +# Set to false to disable registrations +allow_registration = boolean(default=True) + # By default not set, but you might want something like: # "%(here)s/user_dev/templates/" local_templates = string() @@ -68,4 +76,4 @@ celeryd_eta_scheduler_precision = float() # known lists celery_routes = string_list() -celery_imports = string_list() \ No newline at end of file +celery_imports = string_list()