From e8c0db220005ca7e670e496931e293b57bc63d9c Mon Sep 17 00:00:00 2001 From: Nicolas Cantu Date: Fri, 3 Apr 2026 16:07:13 +0200 Subject: [PATCH] Add smart_ide project configuration (4nk/smart_ide) --- projects/smart_ide/conf.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 projects/smart_ide/conf.json diff --git a/projects/smart_ide/conf.json b/projects/smart_ide/conf.json new file mode 100644 index 0000000..d29cb0e --- /dev/null +++ b/projects/smart_ide/conf.json @@ -0,0 +1,31 @@ +{ + "id": "smart_ide", + "name": "smart_ide", + "project_path": "/home/ncantu/code/smart_ide", + "build_dirs": [], + "deploy": {}, + "version": { + "package_json_paths": [], + "splash_app_name": "smart_ide" + }, + "mail": { + "imap_bridge_env": ".secrets/gitea-issues/imap-bridge.env" + }, + "git": { + "wiki_url": "https://git.4nkweb.com/4nk/smart_ide/wiki", + "token_file": ".secrets/gitea-issues/token" + }, + "tickets": { + "ticketing_url": "https://git.4nkweb.com/4nk/smart_ide/issues", + "authorized_emails": { + "to": [ + { + "test": "AI.SMART_IDE.TEST@4nkweb.com", + "pprod": "AI.SMART_IDE.PPROD@4nkweb.com", + "prod": "AI.SMART_IDE.PROD@4nkweb.com" + } + ], + "from": ["nicolas.4nk@pm.me"] + } + } +}