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"] + } + } +}