diff options
author | Rodney Ewing <ewing.rj@gmail.com> | 2013-06-15 12:32:20 -0700 |
---|---|---|
committer | Rodney Ewing <ewing.rj@gmail.com> | 2013-06-15 12:32:20 -0700 |
commit | 54ef2c408bdae8a7b827ce648567ae94573a99e3 (patch) | |
tree | 36ca249f47cc13564e154f2bd31c6e5f36808b4f /mediagoblin/tests/auth_configs | |
parent | 5101c469d71286f00e1094ee82e7e15d707f91e4 (diff) | |
download | mediagoblin-54ef2c408bdae8a7b827ce648567ae94573a99e3.tar.lz mediagoblin-54ef2c408bdae8a7b827ce648567ae94573a99e3.tar.xz mediagoblin-54ef2c408bdae8a7b827ce648567ae94573a99e3.zip |
moved authentication_disabled to config_spec
Diffstat (limited to 'mediagoblin/tests/auth_configs')
-rw-r--r-- | mediagoblin/tests/auth_configs/no_auth_plugin_appconfig.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/tests/auth_configs/no_auth_plugin_appconfig.ini b/mediagoblin/tests/auth_configs/no_auth_plugin_appconfig.ini index 87b3aab0..a64e9e40 100644 --- a/mediagoblin/tests/auth_configs/no_auth_plugin_appconfig.ini +++ b/mediagoblin/tests/auth_configs/no_auth_plugin_appconfig.ini @@ -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" |