You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/environment_variables.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,4 +25,4 @@ The following environment variables are specifically support in CodeHarbor and a
25
25
|`LISTEN_ADDRESS`|`127.0.0.1` in `development`| Specifies the IP address the Vagrant VM server should attach to during development |
26
26
|`HEADLESS`|`false`| Enables the test environment to work without a window manager for feature tests (e.g., using Vagrant) |
27
27
|`BROWSER`|`chrome`| Specifies the browser to be used for system tests. Supported are `chrome` or `firefox`|
28
-
|`ACTIVE_STORAGE_SERVICE`|`local`| Specifies the default ActiveStorage backend in production (configured in config/storage.yml). |
28
+
|`ACTIVE_STORAGE_SERVICE`|`local`| Specifies the default ActiveStorage backend in production (configured in [`config/storage.yml`](../config/storage.yml)). |
0 commit comments