mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00: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";
|
||
|
};
|