summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cramer <dcramer@gmail.com>2015-07-15 23:00:32 -0700
committerDavid Cramer <dcramer@gmail.com>2015-07-15 23:00:32 -0700
commit3b7403d7cad2b56a55574a7dc8c0d9f399fb0c7d (patch)
treebb74482782c87c91ee0f9cb84d76269b56f9220c
parent058def47a40bd2ba92716f648942cd9a06111747 (diff)
downloadraven-3b7403d7cad2b56a55574a7dc8c0d9f399fb0c7d.tar.gz
Remove old-style configuration values
-rw-r--r--docs/config/index.rst32
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/config/index.rst b/docs/config/index.rst
index f71538d..e33e80e 100644
--- a/docs/config/index.rst
+++ b/docs/config/index.rst
@@ -81,38 +81,6 @@ A sentry compatible DSN.
dsn = 'http://public:secret@example.com/1'
-project
-~~~~~~~
-
-Set this to your Sentry project ID. The default value for installations is ``1``.
-
-::
-
- project = 1
-
-
-public_key
-~~~~~~~~~~
-
-Set this to the public key of the project member which will authenticate as the
-client. You can find this information on the member details page of your project
-within Sentry.
-
-::
-
- public_key = 'fb9f9e31ea4f40d48855c603f15a2aa4'
-
-
-secret_key
-~~~~~~~~~~
-
-Set this to the secret key of the project member which will authenticate as the
-client. You can find this information on the member details page of your project
-within Sentry.
-
-::
-
- secret_key = '6e968b3d8ba240fcb50072ad9cba0810'
site
~~~~