mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 13:18:14 -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";
|
||
|
};
|