changed no_auth to authentication_disabled in config

This commit is contained in:
Rodney Ewing
2013-06-11 14:30:38 -07:00
parent dd8ef449e4
commit 5101c469d7
10 changed files with 25 additions and 25 deletions

View File

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

View File

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