Skip to content

Commit 4a5030d

Browse files
committed
docs: change important to warning
It is about a security issue.
1 parent f647602 commit 4a5030d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/general/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ It has a large collection of variables your project might use that have been ass
8181
empty, dummy, or default values. You can use this file as a starting place for your
8282
application by either renaming the template to **.env**, or by making a copy of it named **.env**.
8383

84-
.. important:: Make sure the **.env** file is NOT tracked by your version control system. For *git* that means adding it to **.gitignore**. Failure to do so could result in sensitive credentials being exposed to the public.
84+
.. warning:: Make sure the **.env** file is NOT tracked by your version control system. For *git* that means adding it to **.gitignore**. Failure to do so could result in sensitive credentials being exposed to the public.
8585

8686
Setting Variables
8787
-----------------

0 commit comments

Comments
 (0)