Skip to content

Commit

Permalink
Remove pass_core_password default true
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Oct 28, 2024
1 parent 5fe002a commit 894eaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer-documentation/pass-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Environment variables:
| `PASS_CORE_PORT` | | The port to expose for pass-core API |
| `PASS_CORE_LOG_DIR` | ${java.io.tmpdir}/pass-core | Path to log directory |
| `PASS_CORE_USER` | | Default user name for pass-core |
| `PASS_CORE_PASSWORD` | true | Default user password for pass-core |
| `PASS_CORE_PASSWORD` | | Default user password for pass-core |
| `PASS_CORE_USE_SQS` | true | Flag to use AWS SQS for messaging |
| `PASS_CORE_EMBED_JMS_BROKER` | false | Flag to use Embedded ActiveMQ for messaging |
| `PASS_CORE_SUBMISSION_QUEUE` | pass-submission | Name of submission queue |
Expand Down

0 comments on commit 894eaee

Please sign in to comment.