From e25995ca07544834ee5987115858279140dc4b6c Mon Sep 17 00:00:00 2001 From: Paul Bob Date: Fri, 11 Aug 2023 09:36:18 +0300 Subject: [PATCH] licensing warning --- docs/3.0/licensing.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/3.0/licensing.md b/docs/3.0/licensing.md index ad52e3ae..c6f41ccd 100644 --- a/docs/3.0/licensing.md +++ b/docs/3.0/licensing.md @@ -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|