dap env vars
Configure Environment Variables for DAP CLI Authentication
Available Environment Variables
export DAP_API_URL='https://api-gateway.instructure.com'
export DAP_CLIENT_ID='your_canvas_data_client_id'
export DAP_CLIENT_SECRET='your_canvas_data_secret'
export DAP_CONNECTION_STRING='your_database_connection_string'
export DAP_TRACKING='your_tracking_preference'Variable Descriptions
postgresql://user:password@host:5432/database mysql://user:password@host:3306/database mssql://user:password@host:1433/database- Enabled ValuesDisabled Values
Last updated
Was this helpful?