Skip to content

Commit 54215c7

Browse files
committed
Update example file
- Add the defaults for the two variables that CI will for the registry and tag when creating container images. - Add a comment explaining what these are for
1 parent 8ac28a0 commit 54215c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.env.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ CSRF_TRUSTED_ORIGINS='http://127.0.0.1:8000,http://localhost:8000'
1111

1212
SECRET_KEY='secret_key'
1313
DEBUG='True'
14+
15+
# Add the following to your local .env file. They will be used in the CI process
16+
# and you can largely forget about them, but including them in your .env file
17+
# will act like a safe default and help suppress warnings.
18+
REGISTRY=""
19+
TAG=""

0 commit comments

Comments
 (0)