Skip to content

Commit 80285ed

Browse files
committed
Disable auth by default
1 parent 69d4666 commit 80285ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ca/uhn/fhir/jpa/starter/security/models/SecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@ConfigurationProperties(prefix = "security")
1313
public class SecurityConfig {
1414
@Getter @Setter
15-
Boolean enableAuthentication;
15+
Boolean enableAuthentication = false;
1616
@Getter @Setter
1717
String issuer;
1818
@Getter @Setter

0 commit comments

Comments
 (0)