Skip to content

Commit d977662

Browse files
committed
Add alias to 'global_configuration_path' to facilitate shift away from 'security_configuration_path'
1 parent 0dae68a commit d977662

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/murfey/util/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ class MachineConfig(BaseModel):
369369
"Full file path to the YAML file containing the configurations for the "
370370
"Murfey server."
371371
),
372+
alias="security_configuration_path",
372373
)
373374
# Network connections
374375
frontend_url: str = Field(

0 commit comments

Comments
 (0)