generated from gitea_admin/default
ecosystem
This commit is contained in:
20
ecosystem.config.cjs
Normal file
20
ecosystem.config.cjs
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
module.exports = {
|
||||||
|
apps: [
|
||||||
|
{
|
||||||
|
name: "wondif_vue",
|
||||||
|
cwd: "/var/www/wondif_vue",
|
||||||
|
script: "node",
|
||||||
|
args: ".output/server/index.mjs",
|
||||||
|
env: {
|
||||||
|
NODE_ENV: "production",
|
||||||
|
|
||||||
|
// Auto-mapping Nuxt runtimeConfig.public.strapiUrl
|
||||||
|
NUXT_PUBLIC_STRAPI_URL: "https://bo.orchestre-ile.com",
|
||||||
|
|
||||||
|
// Auto-mapping Nuxt runtimeConfig.strapiToken
|
||||||
|
// (si tu l'utilises vraiment)
|
||||||
|
NUXT_STRAPI_TOKEN: "",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user