d29bfb9f5a
- add the shared api token to all environments - add a single FreeV1 subscription - add QB routes - allow the queenbee routes in the tenanting middleware ref: https://3.basecamp.com/2914079/buckets/37331921/todos/8746302763
7 lines
219 B
Ruby
7 lines
219 B
Ruby
Queenbee.host_app = Fizzy
|
|
|
|
Rails.application.config.to_prepare do
|
|
Queenbee::Subscription.short_names = Subscription::SHORT_NAMES
|
|
Queenbee::ApiToken.token = Rails.application.credentials.dig(:queenbee_api_token)
|
|
end
|