-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Dotenv vault #244
base: main
Are you sure you want to change the base?
Dotenv vault #244
Conversation
dotenv-org seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
@@ -0,0 +1,222 @@ | |||
# don't import any costly modules |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Files under the venv directory belong to the Python development environment and should not be committed.
@@ -107,7 +107,7 @@ | |||
<dependency> | |||
<groupId>cn.hutool</groupId> | |||
<artifactId>hutool-all</artifactId> | |||
<version>5.8.5</version> | |||
<version>5.8.18</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For PRs that modify documentation, dependency version numbers should not be changed. If a change in dependency version number is required, a separate PR should be opened for it and tests need to be conducted.
* There will be problems with the cross -domain of the CORSRegistry strategy, but there is no problem in the local area, but there is no local recovery. The reason may be: the problem of the loading order of the bean. | ||
* Temporary solution through CORSFILTER, follow -up can be studied: Corsregistry | ||
* | ||
* @Author is the instrument |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Translate '是仪' as 'shiyi', not 'is the instrument'.
@@ -5,7 +5,7 @@ | |||
"moduleResolution": "node", | |||
"resolveJsonModule": true, | |||
"importHelpers": true, | |||
"jsx": "react", | |||
"jsx": "react-jsx", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For PRs that modify the documentation, dependencies should not be changed. If a change in dependencies is required, a separate PR should be opened for it and testing must be conducted.
"react": "17.x", | ||
"react-dom": "17.x", | ||
"react": "^16.14.0", | ||
"react-dom": "^16.14.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For PRs that modify documentation, dependency version numbers should not be changed. If a change in dependency version number is required, a separate PR should be opened for it and tests need to be conducted.
@@ -0,0 +1,21 @@ | |||
#/-------------------.env.vault---------------------/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file should not be committed.
No description provided.