Skip to content

Commit

Permalink
Update misleading enforcer path for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
ndodanli authored Sep 10, 2023
1 parent c28c97d commit a66a3e3
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 a66a3e3

Please sign in to comment.