feat: Strapi fresh install

This commit is contained in:
Aitor Urrutia
2022-01-14 19:08:34 +01:00
parent a7cdf90231
commit 04f8242dad
21 changed files with 10485 additions and 0 deletions

4
back/config/server.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = ({ env }) => ({
host: env('HOST', '0.0.0.0'),
port: env.int('PORT', 1337),
});