Skip to content

Commit

Permalink
Merge pull request #87 from avo-hq/license_warning
Browse files Browse the repository at this point in the history
licensing warning
  • Loading branch information
Paul-Bob authored Aug 11, 2023
2 parents d847cd1 + e25995c commit 3cc3a40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/3.0/licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ You can see your license keys on your [licenses](https://avohq.io/licenses) page

After you purchase an Avo license, add it to your `config/initializers/avo.rb` file on the `license_key`, and change the license type from `community` to `pro`.

:::warning Advanced license
If you own an advanced license you can be tempted to use `config.license = 'advanced'`, that can potentially result in certain features, such as authorization, malfunctioning.

Please keep `config.license = 'pro'` for both, `pro` & `advanced` licenses.
:::

```ruby{3-4}
# config/initializers/avo.rb
Avo.configure do |config|
Expand Down

0 comments on commit 3cc3a40

Please sign in to comment.