mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-04-05 08:54:17 -04:00
Fixed missing logo link. Implemented custom voucher type. Implemented custom voucher fields. Fixed divider visibility on dark mode. Changed default VOUCHER_TYPES to single-use voucher type. Implemented VOUCHER_CUSTOM environment variable.
This commit is contained in:
@@ -12,6 +12,7 @@ services:
|
||||
UNIFI_SITE_ID: 'default'
|
||||
SECURITY_CODE: '0000'
|
||||
DISABLE_AUTH: 'false'
|
||||
VOUCHER_TYPES: '480,0,,,;'
|
||||
VOUCHER_TYPES: '480,1,,,;'
|
||||
VOUCHER_CUSTOM: 'true'
|
||||
SERVICE_WEB: 'true'
|
||||
SERVICE_API: 'false'
|
||||
|
||||
Reference in New Issue
Block a user