nginx-proxy-manager/frontend/globalSetup.js

5 lines
124 B
JavaScript
Raw Normal View History

module.exports = async () => {
process.env.TZ = "Australia/Queensland";
process.env.IMAGE_INLINE_SIZE_LIMIT = "20000";
};