mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 12:45:45 +00:00
commit
f3d3c322da
@ -1,2 +1,3 @@
|
||||
HOST=localhost
|
||||
PORT=1337
|
||||
APP_KEYS="toBeModified1,toBeModified2"
|
||||
@ -6,4 +6,7 @@ module.exports = ({ env }) => ({
|
||||
secret: env('ADMIN_JWT_SECRET', '6f75e424d1a0307077c294fcc3c7d78d'),
|
||||
},
|
||||
},
|
||||
app: {
|
||||
keys: env.array('APP_KEYS', ['toBeModified1', 'toBeModified2']),
|
||||
},
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user