Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit 4cee57d

Browse files
committed
Updated property for disabling spring security in tutorials and docs
1 parent 0d2a9f3 commit 4cee57d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/source/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ disable it. That's where the ``application.properties`` files comes in:
239239
.. code-block:: java
240240
:linenos:
241241
242-
security.basic.enabled = false
242+
stormpath.spring.security.enabled = false
243243
244244
That property disables Spring Security and avoids our Spring Security integration to be loaded.
245245

tutorials/spring-boot/00-the-basics/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
#
2020
#stormpath.application.href = https://api.stormpath.com/v1/applications/YOUR_APPLICATION_ID_HERE
2121

22-
security.basic.enabled = false
22+
stormpath.spring.security.enabled = false

tutorials/spring-boot/01-some-access-controls/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
#
2020
#stormpath.application.href = https://api.stormpath.com/v1/applications/YOUR_APPLICATION_ID_HERE
2121

22-
security.basic.enabled = false
22+
stormpath.spring.security.enabled = false

tutorials/spring/00-the-basics/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
#
2020
#stormpath.application.href = https://api.stormpath.com/v1/applications/YOUR_APPLICATION_ID_HERE
2121

22-
security.basic.enabled = false
22+
stormpath.spring.security.enabled = false

tutorials/spring/01-some-access-controls/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
#
2020
#stormpath.application.href = https://api.stormpath.com/v1/applications/YOUR_APPLICATION_ID_HERE
2121

22-
security.basic.enabled = false
22+
stormpath.spring.security.enabled = false

0 commit comments

Comments
 (0)