xmtp / example-notification-server-go

Example push notification server, written in Golang
MIT License
15 stars 8 forks source link

Fix node startup args #27

Closed snormore closed 9 months ago

snormore commented 9 months ago

This PR fixes the node startup args to use --store.enable instead of --store, and removes --lightpush and --filter.

It also simplifies the start up instructions with dev/start, and cleans up the dev scripts a bit.

Fixes https://github.com/xmtp/example-notification-server-go/issues/26