Skip to content

Commit

Permalink
choose a better default model name
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
  • Loading branch information
golanglemonade committed Dec 4, 2024
1 parent df9acc5 commit 52c3540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fgax/fga.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Config struct {
// CreateNewModel force creates a new model, even if one already exists
CreateNewModel bool `json:"createNewModel" koanf:"createNewModel" jsonschema:"description=force create a new model, even if one already exists" default:"false"`
// ModelFile is the path to the model file
ModelFile string `json:"modelFile" koanf:"modelFile" jsonschema:"description=path to the fga model file" default:"fga/model/openlane.fga"`
ModelFile string `json:"modelFile" koanf:"modelFile" jsonschema:"description=path to the fga model file" default:"fga/model/model.fga"`
// Credentials for the client
Credentials Credentials `json:"credentials" koanf:"credentials" jsonschema:"description=credentials for the openFGA client"`
}
Expand Down

0 comments on commit 52c3540

Please sign in to comment.