Repository URL to install this package:
# Wrap values with quotes to prevent shell globbing and arg splitting
export DDB_CORS="${DDB_CORS:-*}"
export DDB_DB_PATH="${DDB_DB_PATH}"
export DDB_DELAY="${DDB_DELAY:-false}"
export DDB_IN_MEMORY="${DDB_IN_MEMORY:-false}"
export DDB_OPTIMIZE_DB="${DDB_OPTIMIZE_DB:-false}"
export DDB_PORT="${DDB_PORT:-8000}"
export DDB_SHARED_DB="${DDB_SHARED_DB:-false}"