Skip to content

Commit cd122a7

Browse files
committed
Address PR feedback
1 parent c57d9f9 commit cd122a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration/system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ STORAGES = {
294294

295295
This approach works because the environment variables are resolved during NetBox's configuration processing, before the third-party library attempts its own environment variable detection.
296296

297-
!!! warning "Common Gotcha"
297+
!!! warning "Configuration Behavior"
298298
Simply setting environment variables like `AWS_STORAGE_BUCKET_NAME` without explicitly reading them in your configuration will not work. The variables must be read using `os.environ.get()` within your `configuration.py` file.
299299

300300
---

0 commit comments

Comments
 (0)