mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-02-21 20:20:34 +09:00
8 lines
223 B
Ruby
Executable File
8 lines
223 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
require File.expand_path("../../config/environment", File.dirname(__FILE__))
|
|
|
|
vapid_key = WebPush.generate_key
|
|
|
|
puts "PRIVATE KEY : #{vapid_key.private_key}"
|
|
puts "PUBLIC KEY : #{vapid_key.public_key}"
|