It's said that you need to add it both in client and server side, but where do I add this configuration? ```javascript AdminConfig = { adminEmails: ['ben@code2create.com'], collections: { Posts: {}, Comments: {} } } ```
It's said that you need to add it both in client and server side, but where do I add this configuration?