Oz API Configuration
The configuration settings are contained in theconfig.py
file. Its location depends on the installation method:
host machine or Docker container
oz-api: /opt/gateway/configs
standalone installer:
/var/lib/docker/volumes/api_oz-api-config-vol/_data
Postgres Connection
Path to Media Files
All incoming media files are saved in the local directory mounted to one of possible endpoints depending of the installation method:
host server or Docker container:
/opt/gateway/static
in case of standalone installer:
/var/lib/docker/volumes/api_oz-api-static-vol/_data
any path specified via configuration
In most of the integration cases, the media files can be accessed in web using the direct links to randomly generated filenames.
To access the media, you need to specify in the configuration file their external host name or IP address, port, and connection protocol.
Connection to Oz Bio / Liveness
Timing and Limits
Last updated