Remove unused allow_no_actor_bypass config option
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b545d2b9e1
commit
ef6cf1b2d4
1 changed files with 0 additions and 4 deletions
|
|
@ -52,7 +52,3 @@ config :mv, :require_token_presence_for_authentication, false
|
||||||
# Enable SQL Sandbox for async LiveView tests
|
# Enable SQL Sandbox for async LiveView tests
|
||||||
# This flag controls sync vs async behavior in CycleGenerator after_action hooks
|
# This flag controls sync vs async behavior in CycleGenerator after_action hooks
|
||||||
config :mv, :sql_sandbox, true
|
config :mv, :sql_sandbox, true
|
||||||
|
|
||||||
# Allow operations without actor in test environment (NoActor check)
|
|
||||||
# SECURITY: This must ONLY be true in test.exs, never in prod/dev
|
|
||||||
config :mv, :allow_no_actor_bypass, true
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue