mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
parent
acebae65e3
commit
2ce9b4e0c3
@ -12,6 +12,7 @@
|
||||
- fix: improve import/export documentation
|
||||
- fix: update helmet config
|
||||
- fix: Heroku Postgres add-on version change (#631)
|
||||
- fix: Add option via env for ADMIN_AUTHENTICATION
|
||||
|
||||
## 3.5.4
|
||||
|
||||
|
@ -45,7 +45,7 @@ function defaultOptions() {
|
||||
publicFolder,
|
||||
enableRequestLogger: false,
|
||||
sessionAge: THIRTY_DAYS,
|
||||
adminAuthentication: 'unsecure',
|
||||
adminAuthentication: process.env.ADMIN_AUTHENTICATION || 'unsecure',
|
||||
ui: {},
|
||||
importFile: undefined,
|
||||
dropBeforeImport: false,
|
||||
|
Loading…
Reference in New Issue
Block a user