Initial commit: design-018 Phases 0-5 (stomping.me)
Auth BFF (OIDC + prompt=none silent SSO), Mongo data layer, admin CRUD (folders/tags/stories/chapters with TipTap), public reader with tag filtering. Built and verified same-session per design-018-stories.md.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'stomping.me',
|
||||
script: 'app.js',
|
||||
cwd: '/opt/stomping/src',
|
||||
instances: 1,
|
||||
autorestart: true,
|
||||
watch: false,
|
||||
env: {
|
||||
NODE_ENV: 'production'
|
||||
},
|
||||
env_file: '/etc/AGWOL/stomping/.env'
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user