remove relations performance config

This commit is contained in:
Marc-Roig 2023-01-10 15:18:34 +01:00
parent 8fb75a8ce9
commit bf3c7e6a9d

View File

@ -6,7 +6,4 @@ module.exports = ({ env }) => ({
apiToken: {
salt: env('API_TOKEN_SALT', 'example-salt'),
},
relations: {
performance: false,
},
});