diff --git a/config/connection_config_psql_example.json b/config/connection_config_psql_example.json index c02eb5b..cfb4f46 100644 --- a/config/connection_config_psql_example.json +++ b/config/connection_config_psql_example.json @@ -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 }