Reading the docs and I came across this:
The configuration for the server is based on sentry.conf.server, which contains a basic Django project configuration, as well as the default Sentry configuration values.
But I could not find sentry.conf.server anywhere, till I realized this is a Python search path and not an actual file.
Perhaps it should be written more clearly.