mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-04-05 08:53:53 -04:00
Fixed missing x-ingress-path within authorization.js redirects. Implemented local/development .options.json config
This commit is contained in:
@@ -70,6 +70,9 @@ if(fs.existsSync('/etc/unifi_voucher_site_build')) {
|
||||
if (fs.existsSync('/data/options.json')) {
|
||||
log.info('[Options] Found at /data/options.json');
|
||||
}
|
||||
if (fs.existsSync(`${__dirname}/.options.json`)) {
|
||||
log.info(`[Options] Found at ${__dirname}/.options.json`);
|
||||
}
|
||||
|
||||
/**
|
||||
* Log service status
|
||||
|
||||
Reference in New Issue
Block a user