From f463e5f1a72c38bbe3a760e733bd92a0329d4594 Mon Sep 17 00:00:00 2001 From: Nicolas Cantu Date: Sun, 15 Mar 2026 14:42:11 +0100 Subject: [PATCH] ttt --- projects/algo/conf.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 projects/algo/conf.json diff --git a/projects/algo/conf.json b/projects/algo/conf.json new file mode 100644 index 0000000..f7ffca4 --- /dev/null +++ b/projects/algo/conf.json @@ -0,0 +1,30 @@ +{ + "id": "algo", + "name": "algo", + "project_path": "../", + "base_path": "algo", + "build_dirs": [], + "deploy": { + "secrets_path": "../.secrets" + }, + "version": { + "package_json_paths": [ + ], + "splash_app_name": "algo" + }, + "mail": { + "email": "ai.support.algo@4nkweb.com", + "imap_bridge_env": ".secrets/gitea-issues/imap-bridge.env" + }, + "git": { + "wiki_url": "https://git.4nkweb.com/4nk/algo/wiki", + "token_file": ".secrets/gitea-issues/token" + }, + "tickets": { + "ticketing_url": "https://git.4nkweb.com/4nk/algo/issues", + "authorized_emails": { + "to": "ai.support.algo@4nkweb.com", + "from": ["laurence@lecoffre.io"] + } + } +}