all repos — caroster @ e5585cc978e2ff1d70f1eea638455960a73bbf73

[Octree] Group carpool to your event https://caroster.io

config/server.js (view raw)

1module.exports = ({env}) => ({
2  host: env('HOST', '0.0.0.0'),
3  port: env.int('PORT', 1337),
4  url: env('STRAPI_URL', 'http://localhost:1337'),
5});