Skip to content

Commit

Permalink
fix: Update misleading enforcer path for postgres (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndodanli authored Sep 11, 2023
1 parent c28c97d commit c14fd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/connection_config_psql_example.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"driver": "postgres",
"connection": "host=$DB_HOST port=$DB_PORT user=$DB_USERNAME dbname=$DB_NAME password=$DB_PASSWORD",
"enforcer": "examples/rbac_policy.csv",
"enforcer": "examples/rbac_model.conf",
"dbSpecified" : true
}

0 comments on commit c14fd86

Please sign in to comment.