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.
Files under the venv directory belong to the Python development environment and should not be committed.
| <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.
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.
Translate '是仪' as 'shiyi', not 'is the instrument'.
| "resolveJsonModule": true, | ||
| "importHelpers": true, | ||
| "jsx": "react", | ||
| "jsx": "react-jsx", |
There was a problem hiding this comment.
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.
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.
This file should not be committed.
No description provided.