moved authentication_disabled to config_spec

This commit is contained in:
Rodney Ewing
2013-06-15 12:32:20 -07:00
parent 5101c469d7
commit 54ef2c408b
7 changed files with 7 additions and 14 deletions

View File

@@ -2,7 +2,6 @@
direct_remote_path = /test_static/
email_sender_address = "notice@mediagoblin.example.org"
email_debug_mode = true
authentication_disabled = false
# TODO: Switch to using an in-memory database
sql_engine = "sqlite:///%(here)s/user_dev/mediagoblin.db"