55336873b2
- 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
8 lines
149 B
YAML
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 %>
|