mirror of
https://github.com/strapi/strapi.git
synced 2025-08-21 07:09:31 +00:00
rename relations populate config
This commit is contained in:
parent
64bf4b8f1d
commit
8fb75a8ce9
@ -13,4 +13,8 @@ module.exports = ({ env }) => ({
|
||||
app: {
|
||||
keys: env.array('APP_KEYS', ['toBeModified1', 'toBeModified2']),
|
||||
},
|
||||
// Receive populated relations in webhook and db lifecycle payloads
|
||||
relations: {
|
||||
populate: true,
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user