Edit config and server

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-12 06:22:37 +04:00
parent d229e38d2f
commit f2795bc9b1
2 changed files with 5 additions and 8 deletions
-1
View File
@@ -3,7 +3,6 @@ const cronTasks = require("./cron-task");
module.exports = ({ env }) => ({
host: env('HOST', '0.0.0.0'),
port: env.int('PORT', 1337),
url: env('STRAPI_URL', null),
app: {
keys: env.array('APP_KEYS'),
},