zenx 0.9.7__tar.gz → 0.9.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {zenx-0.9.7 → zenx-0.9.8}/PKG-INFO +1 -1
- {zenx-0.9.7 → zenx-0.9.8}/README.md +1 -1
- {zenx-0.9.7 → zenx-0.9.8}/pyproject.toml +1 -1
- {zenx-0.9.7 → zenx-0.9.8}/zenx/settings.py +1 -1
- {zenx-0.9.7 → zenx-0.9.8}/zenx.egg-info/PKG-INFO +1 -1
- {zenx-0.9.7 → zenx-0.9.8}/setup.cfg +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/cli.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/clients/__init__.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/clients/database.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/clients/http.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/debug_runner.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/discovery.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/engine.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/exceptions.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/logger.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/pipelines/__init__.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/pipelines/base.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/pipelines/discord.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/pipelines/google_rpc.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/pipelines/manager.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/pipelines/preprocess.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/pipelines/websocket.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/resources/proto/__init__.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/resources/proto/feed_pb2.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/resources/proto/feed_pb2_grpc.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/spiders/__init__.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/spiders/base.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx/utils.py +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx.egg-info/SOURCES.txt +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx.egg-info/dependency_links.txt +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx.egg-info/entry_points.txt +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx.egg-info/requires.txt +0 -0
- {zenx-0.9.7 → zenx-0.9.8}/zenx.egg-info/top_level.txt +0 -0
@@ -154,7 +154,7 @@ ZenX allows for flexible configuration through environment variables or a `.env`
|
|
154
154
|
- `DB_PASS`: The password for database authentication (if applicable).
|
155
155
|
- `DB_HOST`: The hostname or IP address of the database server.
|
156
156
|
- `DB_PORT`: The port number for the database server.
|
157
|
-
- `
|
157
|
+
- `PROXY_V4`: Specifies an IPv4 proxy to be used for outgoing requests.
|
158
158
|
- `PROXY_V6`: Specifies an IPv6 proxy to be used for outgoing requests.
|
159
159
|
- `SYNOPTIC_GRPC_SERVER_URI`: The URI for the gRPC server endpoint.
|
160
160
|
- `SYNOPTIC_GRPC_TOKEN`: The authentication token for gRPC communication.
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|