Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/nmp_platform/config/local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ platform:
service: {}

auth:
enabled: true
enabled: false
allow_unsigned_jwt: true # local CLI: nemo auth login --unsigned-token
policy_decision_point_provider: embedded
policy_decision_point_base_url: "http://localhost:8080"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ platform:
service: {}

auth:
enabled: true
enabled: false
allow_unsigned_jwt: true
policy_decision_point_provider: embedded
policy_decision_point_base_url: "http://127.0.0.1:8080"
Expand Down
Loading