Files
fizzy/config/push.yml
T
Fernando Olivares 55336873b2 Fix database issues and add APNS configuration
- Fix owner_id type to UUID in devices migration
- Fix NOT NULL crash in device registration
- Add APNS config and 1Password integration
- Add --apns flag to bin/dev for local development
- Clean up devices controller
2026-02-25 19:31:13 +01:00

8 lines
149 B
YAML

<% if Fizzy.saas? %>
<%= ERB.new(File.read(Rails.root.join("saas/config/push.yml"))).result %>
<% else %>
shared:
apple: {}
google: {}
<% end %>