mirror of
https://github.com/strapi/strapi.git
synced 2025-11-16 18:19:34 +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,
|
port: process.env.PORT || 1337,
|
||||||
proxy: { enabled: false },
|
proxy: { enabled: false },
|
||||||
cron: { enabled: false },
|
cron: { enabled: false },
|
||||||
admin: { autoOpen: true },
|
admin: { autoOpen: false },
|
||||||
},
|
},
|
||||||
admin: {},
|
admin: {},
|
||||||
middleware: {
|
middleware: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user