mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 18:33:55 +00:00
Change autoOpen default value
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
This commit is contained in:
parent
528071173d
commit
4f1900638d
@ -39,7 +39,7 @@ const defaultConfig = {
|
||||
port: process.env.PORT || 1337,
|
||||
proxy: { enabled: false },
|
||||
cron: { enabled: false },
|
||||
admin: { autoOpen: true },
|
||||
admin: { autoOpen: false },
|
||||
},
|
||||
admin: {},
|
||||
middleware: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user