mirror of
https://github.com/strapi/strapi.git
synced 2025-07-13 03:51:54 +00:00
5 lines
83 B
JavaScript
5 lines
83 B
JavaScript
module.exports = ({ env }) => ({
|
|
host: env('HOST'),
|
|
port: env.int('PORT'),
|
|
});
|