mirror of
https://github.com/strapi/strapi.git
synced 2025-07-28 11:30:21 +00:00
6 lines
83 B
JavaScript
6 lines
83 B
JavaScript
'use strict';
|
|
|
|
module.exports = ({ env }) => ({
|
|
salt: env('API_TOKEN_SALT'),
|
|
});
|