first commit
This commit is contained in:
11
server/config/server.js
Normal file
11
server/config/server.js
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = ({ env }) => ({
|
||||
host: env('HOST', '0.0.0.0'),
|
||||
port: env.int('PORT', 1337),
|
||||
url:"http://code.mykolafesenko.de/proxy/1337",
|
||||
app: {
|
||||
keys: env.array('APP_KEYS'),
|
||||
},
|
||||
webhooks: {
|
||||
populateRelations: env.bool('WEBHOOKS_POPULATE_RELATIONS', false),
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user