strapi-plugin-config-sync/playground/config/server.js

5 lines
100 B
JavaScript
Raw Normal View History

2021-12-31 13:28:04 +01:00
module.exports = ({ env }) => ({
host: env('HOST', '0.0.0.0'),
port: env.int('PORT', 1337),
});