strapi (#3)
Co-authored-by: Benjamin Palko <benjaminpalko@hotmail.com> Reviewed-on: #3
This commit is contained in:
parent
fbcb3179c9
commit
b2844e8d76
34 changed files with 4389 additions and 5 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