mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-16 14:34:33 +00:00
Merge branch 'develop' into pg-support
# Conflicts: # docker/dev/Dockerfile
This commit is contained in:
@ -199,5 +199,15 @@ module.exports = {
|
||||
*/
|
||||
useLetsencryptStaging: function () {
|
||||
return !!process.env.LE_STAGING;
|
||||
},
|
||||
|
||||
/**
|
||||
* @returns {string|null}
|
||||
*/
|
||||
useLetsencryptServer: function () {
|
||||
if (process.env.LE_SERVER) {
|
||||
return process.env.LE_SERVER;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user