From c4eec6dc12db683698ef10545ef2a4a1b86d77ee Mon Sep 17 00:00:00 2001 From: James Date: Thu, 7 Jan 2021 17:21:28 -0500 Subject: [PATCH] docs: fixes licensing code example --- docs/production/licensing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/production/licensing.mdx b/docs/production/licensing.mdx index ce09ad6880..def7ced275 100644 --- a/docs/production/licensing.mdx +++ b/docs/production/licensing.mdx @@ -13,7 +13,7 @@ Payload is free to use locally for development purposes for as long as you like. 1. Complete the [checkout](/checkout) process. You'll be provided with a license key after successfully checking out. 1. Add your license to a `.env` variable, and then add the `license` property to your `payload.init()` call. -`payload.config.js`: +`server.js`: ```js const payload = require('payload');