zaru / webpush

webpush, Encryption Utilities for Web Push protocol
MIT License
394 stars 73 forks source link

where to place VAPID keys #79

Closed Faisal-nfl closed 5 years ago

Faisal-nfl commented 5 years ago

Docs says

# Save these in your application server settings
vapid_key.public_key
vapid_key.private_key

can you clarify like put in application.rb or what?

Faisal-nfl commented 5 years ago

ok, saving it environment variables.