mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 12:58:13 -05:00
5 lines
124 B
JavaScript
5 lines
124 B
JavaScript
module.exports = async () => {
|
|
process.env.TZ = "Australia/Queensland";
|
|
process.env.IMAGE_INLINE_SIZE_LIMIT = "20000";
|
|
};
|