mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 11:45:51 +00:00
Add default APP_KEYS to the server config
This commit is contained in:
parent
65feb971b8
commit
9166795976
@ -2,6 +2,6 @@ export default ({ env }) => ({
|
||||
host: env('HOST', '0.0.0.0'),
|
||||
port: env.int('PORT', 1337),
|
||||
app: {
|
||||
keys: env.array('APP_KEYS'),
|
||||
keys: env.array('APP_KEYS', ['toBeModified1', 'toBeModified2']),
|
||||
},
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user