clean
This commit is contained in:
14
README.md
14
README.md
@@ -100,17 +100,3 @@ To access admin pages follow these steps:
|
||||
|
||||
- [View emails](http://localhost:1080/#/)
|
||||
- Mail server is running on `localhost:1025` without password
|
||||
|
||||
## Webhook
|
||||
|
||||
Webhooks requires specific envs in supabase. Add the following in sql editor:
|
||||
|
||||
```sql
|
||||
alter system set webhook.invitations.secret = 'WEBHOOKSECRET';
|
||||
```
|
||||
|
||||
```sql
|
||||
alter system set webhook.invitations.url = 'http://host.docker.internal:3000/api/db/webhook';
|
||||
|
||||
select pg_reload_conf();
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user