mirror of
https://github.com/strapi/strapi.git
synced 2026-05-03 16:22:30 +00:00
9 lines
212 B
JavaScript
9 lines
212 B
JavaScript
'use strict';
|
|
|
|
// Re-export from shared constants
|
|
const sharedConstants = require('../e2e/constants');
|
|
|
|
module.exports = {
|
|
CUSTOM_TRANSFER_TOKEN_ACCESS_KEY: sharedConstants.CUSTOM_TRANSFER_TOKEN_ACCESS_KEY,
|
|
};
|