Skip to content

Commit

Permalink
fix order of fiels in eos config for saving space in memory
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Oct 13, 2022
1 parent 231eb16 commit 3cd4286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/storage/utils/eosfs/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ type Config struct {
// Default is 3600
TokenExpiry int

// Path of the script to run after an user home folder has been created
OnPostCreateHomeHook string `mapstructure:"on_post_create_home_hook"`
// Whether to enable the post create home hook
EnablePostCreateHomeHook bool `mapstructure:"enable_post_create_home_hook"`
// Path of the script to run after an user home folder has been created
OnPostCreateHomeHook string `mapstructure:"on_post_create_home_hook"`
}

0 comments on commit 3cd4286

Please sign in to comment.