all repos — caroster @ 5bd0315e1e8b1c3d82968d05ef15caf9c6a904eb

[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});