ia_dev/projects/kogus/conf.json
Nicolas Cantu c4113acbaa chore(kogus): add front-backoffice to pousse.sh --build dirs
**Motivations:**
- Ensure Next Enso is built when using pousse.sh kogus --build.

**Root causes:**
- build_dirs omitted front-backoffice (only notary packages).

**Correctifs:**
- Add absolute path to front-backoffice in conf.json.

**Evolutions:**
- Monorepo docs updated in lecoffre_ng_test (ia-dev-multi-site, monorepo-backoffice).

**Page affectées:**
- projects/kogus/conf.json.
2026-04-23 01:26:45 +02:00

52 lines
1.5 KiB
JSON

{
"id": "kogus",
"name": "Lecoffre.io",
"project_path": "/home/desk/code/lecoffre_ng_test/deploy",
"build_dirs": [
"/home/desk/code/lecoffre_ng_test/ressources-common",
"/home/desk/code/lecoffre_ng_test/back-common",
"/home/desk/code/lecoffre_ng_test/front-common",
"/home/desk/code/lecoffre_ng_test/front-backoffice"
],
"deploy": {
"repository_root": "/home/desk/code/lecoffre_ng_test",
"scripts_path": "/home/desk/code/lecoffre_ng_test/deploy/scripts_v2",
"deploy_script_path": "/home/desk/code/lecoffre_ng_test/deploy/scripts_v2/deploy.sh",
"project_orchestrator_path": "deploy/scripts_v2/deploy-lecoffre-all-sites.sh",
"secrets_path": "/home/desk/code/lecoffre_ng_test/.secrets",
"host_stays_on_test": true
},
"version": {
"package_json_paths": [
"/home/desk/code/lecoffre_ng_test/back-common/package.json",
"/home/desk/code/lecoffre_ng_test/front-common/package.json"
],
"splash_app_name": "LeCoffre.io"
},
"mail": {
"email": "ai.support.lecoffreio@4nkweb.com",
"imap_bridge_env": ".secrets/git-issues/imap-bridge.env"
},
"git": {
"wiki_url": "https://git.4nkweb.com/4nk/kogus/wiki",
"token_file": ".secrets/git-issues/token"
},
"tickets": {
"ticketing_url": "https://git.4nkweb.com/4nk/kogus/issues",
"authorized_emails": {
"to": [
{
"test": "AI.LECOFFREIO.TEST@4nkweb.com",
"pprod": "AI.LECOFFREIO.PPROD@4nkweb.com",
"prod": "AI.LECOFFREIO.PROD@4nkweb.com"
}
],
"from": [
"laurence@lecoffre.io",
"gwendal@lecoffre.io",
"nicolas.4nk@pm.me"
]
}
}
}