diff --git a/developer-documentation/pass-core/README.md b/developer-documentation/pass-core/README.md index c227661..2940f73 100644 --- a/developer-documentation/pass-core/README.md +++ b/developer-documentation/pass-core/README.md @@ -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 |