Using feathers-casl
with feathers-pinia
and feathers Dove
- [How to define CASL rules]
- [Feathers-CASL Dove release v1.0.1]
- [Feathers-CASL Feathers-vuex documentation] (most of this comes from here)
casl @casl/ability@5 feathers-casl@pre
You have to do 2 things in order to allow your container to access your host's postgresql database
Obs: By "Host" here I mean "the server where docker is running on".
Find your postgresql.conf (in case you don't know where it is)
$ sudo find / -type f -name postgresql.conf