Skip to content

Commit 7fe5eeb

Browse files
committed
Minor README update after decided that the configuration should be engaged by default. More README updates pending.
1 parent a8f70d2 commit 7fe5eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Now you can run the Application locally in IntelliJ IDEA by simply right-clickin
184184
<dl>
185185
<dt>spring.local.postgresql.engaged</dt>
186186
<dd>
187-
Whether the embedded, containerized PostgreSQL database should be configured to start when the Application starts. By default, it is not engaged. Only engaged if `true`.
187+
Whether the embedded, containerized PostgreSQL database should be configured to start when the Application starts. By default, it is engaged. To explicitly engage, set to `true`. To disengage, set to 'false'.
188188
</dd>
189189

190190
<dt>spring.local.postgresql.container.image</dt>

0 commit comments

Comments
 (0)