Skip to content

Commit

Permalink
fix/AllowSimplePasswords: true disallowed for secure builds (smartcon…
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhuie19 authored Nov 13, 2023
1 parent fea81ce commit e7d7467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ PRs are welcome! We try to keep a clean commit history, so we'll follow a standa
- Changes are often formatted like `add doc X`, `fix page Y`, `improve docs for Z`.
- Example: "`update contract addresses for BNB Chain`".
- If you touch any infrastructure, make sure it builds with `yarn build`
- If you haven't already, `npm -g install astro`
- Trust the autoformatter (prettier)
- Make sure images are optimized and compressed
- Keep images < 20kb whenever possible to keep the site fast and the repo small (try [trimage](https://trimage.org/))
Expand Down
2 changes: 1 addition & 1 deletion src/content/chainlink-nodes/v1/secrets-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Environment variable: `CL_DATABASE_BACKUP_URL`
AllowSimplePasswords = false # Default
```

AllowSimplePasswords skips the password complexity check normally enforced on URL & BackupURL.
AllowSimplePasswords skips the password complexity check normally enforced on URL & BackupURL. A value of true is allowed only for dev builds.

Environment variable: `CL_DATABASE_ALLOW_SIMPLE_PASSWORDS`

Expand Down

0 comments on commit e7d7467

Please sign in to comment.