henzagold_shop_site/ecosystem.config.js

21 lines
416 B
JavaScript

/*
module.exports = {
apps : [
{
name: "nuxt",
script: "./node_modules/nuxt/bin/nuxt-start",
env: {
"HOST": "0.0.0.0",
"PORT": 3000,
"NODE_ENV": "production",
"apiUrl": "http://localhost:8000/api/site",
"API_URL": "http://localhost:8000/api/site"
}
}
]
}
*/