Skip to content

Commit 053cd44

Browse files
committed
again 3
1 parent 686a313 commit 053cd44

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

playground/config/server.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ module.exports = ({ env }) => ({
22
host: env('HOST', '0.0.0.0'),
33
port: env.int('PORT', 1337),
44
app: {
5-
keys: env.array('APP_KEYS'),
5+
keys: env.array('APP_KEYS', [
6+
'ioiPGw5OvU/BWJNck6fTZw13wOo=',
7+
'K82NUl4Vpz8XMivvgLusNxs0SRk=',
8+
]),
69
},
710
webhooks: {
811
populateRelations: env.bool('WEBHOOKS_POPULATE_RELATIONS', false),
912
},
10-
});
13+
})

0 commit comments

Comments
 (0)