Lastest objects for post, invite and add cron GNEWS
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
import cronTasks from "./cron-tasks";
|
||||
|
||||
export default ({ env }) => ({
|
||||
host: env('HOST', '0.0.0.0'),
|
||||
port: env.int('PORT', 1337),
|
||||
host: env("HOST", "0.0.0.0"),
|
||||
port: env.int("PORT", 1337),
|
||||
app: {
|
||||
keys: env.array('APP_KEYS'),
|
||||
keys: env.array("APP_KEYS"),
|
||||
},
|
||||
cron: {
|
||||
enabled: true,
|
||||
tasks: cronTasks,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user