mirror of
https://github.com/strapi/strapi.git
synced 2025-07-03 15:11:19 +00:00
6 lines
154 B
JavaScript
6 lines
154 B
JavaScript
![]() |
const { CUSTOM_TRANSFER_TOKEN_ACCESS_KEY } = require('./app-template/template/src/constants');
|
||
|
|
||
|
module.exports = {
|
||
|
CUSTOM_TRANSFER_TOKEN_ACCESS_KEY,
|
||
|
};
|