aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/auth_configs
diff options
context:
space:
mode:
authorRodney Ewing <ewing.rj@gmail.com>2013-05-24 18:09:57 -0700
committerRodney Ewing <ewing.rj@gmail.com>2013-05-24 18:09:57 -0700
commitf339b76a4ee04571bd0a94d20a5d53d7f3d8d235 (patch)
tree0d12a43f16ca907bf5e31b27b1abf949908b42b8 /mediagoblin/tests/auth_configs
parent9008e09941ee7621fc375edb485120a54abd6ad1 (diff)
downloadmediagoblin-f339b76a4ee04571bd0a94d20a5d53d7f3d8d235.tar.lz
mediagoblin-f339b76a4ee04571bd0a94d20a5d53d7f3d8d235.tar.xz
mediagoblin-f339b76a4ee04571bd0a94d20a5d53d7f3d8d235.zip
moving forgot_password views back to gmg/auth and cleanup
Diffstat (limited to 'mediagoblin/tests/auth_configs')
-rw-r--r--mediagoblin/tests/auth_configs/basic_auth_appconfig.ini28
1 files changed, 0 insertions, 28 deletions
diff --git a/mediagoblin/tests/auth_configs/basic_auth_appconfig.ini b/mediagoblin/tests/auth_configs/basic_auth_appconfig.ini
deleted file mode 100644
index b8c246f4..00000000
--- a/mediagoblin/tests/auth_configs/basic_auth_appconfig.ini
+++ /dev/null
@@ -1,28 +0,0 @@
-[mediagoblin]
-direct_remote_path = /test_static/
-email_sender_address = "notice@mediagoblin.example.org"
-email_debug_mode = true
-no_auth = false
-
-# TODO: Switch to using an in-memory database
-sql_engine = "sqlite:///%(here)s/user_dev/mediagoblin.db"
-
-# Celery shouldn't be set up by the application as it's setup via
-# mediagoblin.init.celery.from_celery
-celery_setup_elsewhere = true
-
-[storage:publicstore]
-base_dir = %(here)s/user_dev/media/public
-base_url = /mgoblin_media/
-
-[storage:queuestore]
-base_dir = %(here)s/user_dev/media/queue
-
-[celery]
-CELERY_ALWAYS_EAGER = true
-CELERY_RESULT_DBURI = "sqlite:///%(here)s/user_dev/celery.db"
-BROKER_HOST = "sqlite:///%(here)s/user_dev/kombu.db"
-
-[plugins]
-[[mediagoblin.plugins.basic_auth]]
-