We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example Environment for launching OWS with docker-compose:
export ODC_DEFAULT_DB_URL=postgresql://cube:DataCube@localhost:5432/ows_test export OWS_CFG_MOUNT_DIR=/code/config export AWS_REGION=us-west-2 export AWS_DEFAULT_REGION=us-west-2 export PYDEV_DEBUG=yes export FLASK_DEBUG= export AWS_NO_SIGN_REQUEST="yes" # export PYTHONPATH="/env" export DATACUBE_OWS_CFG=config.ows_test_cfg.ows_cfg export AWS_S3_ENDPOINT=
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example Environment for launching OWS with docker-compose:
The text was updated successfully, but these errors were encountered: