We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686a313 commit 053cd44Copy full SHA for 053cd44
playground/config/server.js
@@ -2,9 +2,12 @@ module.exports = ({ env }) => ({
2
host: env('HOST', '0.0.0.0'),
3
port: env.int('PORT', 1337),
4
app: {
5
- keys: env.array('APP_KEYS'),
+ keys: env.array('APP_KEYS', [
6
+ 'ioiPGw5OvU/BWJNck6fTZw13wOo=',
7
+ 'K82NUl4Vpz8XMivvgLusNxs0SRk=',
8
+ ]),
9
},
10
webhooks: {
11
populateRelations: env.bool('WEBHOOKS_POPULATE_RELATIONS', false),
12
-});
13
+})
0 commit comments