Browse Source

ref: remove unused CONF_ROOT (#84201)

last reference removed in 25cb9015b0af5fd14a6c18440cab89bcaddbe5af

<!-- Describe your PR here. -->
anthony sottile 1 month ago
parent
commit
fcc385855a
2 changed files with 0 additions and 3 deletions
  1. 0 1
      self-hosted/sentry.conf.py
  2. 0 2
      src/sentry/data/config/sentry.conf.py.default

+ 0 - 1
self-hosted/sentry.conf.py

@@ -38,7 +38,6 @@ import os.path
 from sentry.conf.server import *
 from sentry.utils.types import Bool
 
-CONF_ROOT = os.path.dirname(__file__)
 env = os.environ.get
 
 postgres = env("SENTRY_POSTGRES_HOST") or (env("POSTGRES_PORT_5432_TCP_ADDR") and "postgres")

+ 0 - 2
src/sentry/data/config/sentry.conf.py.default

@@ -4,8 +4,6 @@ from sentry.conf.server import *
 
 import os.path
 
-CONF_ROOT = os.path.dirname(__file__)
-
 DATABASES = {
     'default': {
         'ENGINE': 'sentry.db.postgres',