Skip to content

Commit

Permalink
Update README for Proper Environment Variables (#1409)
Browse files Browse the repository at this point in the history
Match the documented environment variables names to those used in
the configuration files for Canvas.
  • Loading branch information
marshall-davis authored Jan 18, 2024
1 parent 1da81eb commit 8c76657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Canvas is available at `/canvas` by default. You can change this with either the
|
*/

'path' => env('CANVAS_PATH_NAME', 'canvas'),
'path' => env('CANVAS_PATH', 'canvas'),
```

Sometimes, you may want to apply custom roles or permissions when accessing Canvas. You can create and attach any
Expand Down

0 comments on commit 8c76657

Please sign in to comment.