59 lines
1.2 KiB
JSON

{
"id": "smart_ide",
"name": "smart_ide",
"cron": {
"git_pull": true
},
"project_path": ".",
"build_dirs": [],
"deploy": {},
"version": {
"package_json_paths": [],
"splash_app_name": "smart_ide"
},
"mail": {
"imap_bridge_env": ".secrets/git-issues/imap-bridge.env"
},
"git": {
"wiki_url": "https://git.4nkweb.com/4nk/smart_ide/wiki",
"token_file": ".secrets/git-issues/token"
},
"tickets": {
"ticketing_url": "https://git.4nkweb.com/4nk/smart_ide/issues",
"authorized_emails": {
"to": [
{
"test": "AI.TEST@4nkweb.com",
"pprod": "AI.PPROD@4nkweb.com",
"prod": "AI.PROD@4nkweb.com"
}
],
"from": ["nicolas.4nk@pm.me"]
}
},
"smart_ide": {
"remote_data_access": {
"environments": {
"test": {
"ssh_host_alias": "smart-ide-test",
"remote_data_directories": []
},
"pprod": {
"ssh_host_alias": "smart-ide-pprod",
"remote_data_directories": []
},
"prod": {
"ssh_host_alias": "smart-ide-prod",
"remote_data_directories": []
}
}
},
"workspace": {
"folders": [{ "path": "../.." }],
"settings": {
"smartIde.activeProjectId": "smart_ide"
}
}
}
}