Skip to content
Snippets Groups Projects
Commit e459c60d authored by moon's avatar moon
Browse files

Added 'PUBLIC_URL' env

parent e09a1945
No related branches found
No related tags found
No related merge requests found
module.exports = ({ env }) => ({
host: env('HOST', '0.0.0.0'),
port: env.int('PORT', 1337),
url: env('PUBLIC_URL', '/'),
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment