add strapi
This commit is contained in:
parent
9c63d511a9
commit
b305967a7e
29 changed files with 4330 additions and 1 deletions
7
strapi/config/server.ts
Normal file
7
strapi/config/server.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export default ({ env }) => ({
|
||||
host: env('HOST', '0.0.0.0'),
|
||||
port: env.int('PORT', 1337),
|
||||
app: {
|
||||
keys: env.array('APP_KEYS'),
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue