62 lines
1.2 KiB
JSON
62 lines
1.2 KiB
JSON
{
|
|
"id": "<name>",
|
|
"<name>": "<name>",
|
|
"cron": {
|
|
"git_pull": true
|
|
},
|
|
"project_path": ".",
|
|
"build_dirs": [],
|
|
"deploy": {},
|
|
"version": {
|
|
"package_json_paths": [],
|
|
"splash_app_<name>": "<name>"
|
|
},
|
|
"mail": {
|
|
"imap_bridge_env": ".secrets/git-issues/imap-bridge.env"
|
|
},
|
|
"git": {
|
|
"wiki_url": "https://git.<domain>/4nk/<name>/wiki",
|
|
"token_file": ".secrets/git-issues/token"
|
|
},
|
|
"tickets": {
|
|
"ticketing_url": "https://git.<domain>/4nk/<name>/issues",
|
|
"authorized_emails": {
|
|
"to": [
|
|
{
|
|
"test": "AI.<name>.TEST@<domain>",
|
|
"pprod": "AI.<name>.PPROD@<domain>",
|
|
"prod": "AI.<name>.PROD@<domain>"
|
|
}
|
|
],
|
|
"from": ["<name>@<domain>"]
|
|
}
|
|
},
|
|
"smart_ide": {
|
|
"remote_data_access": {
|
|
"environments": {
|
|
"test": {
|
|
"ssh_host_alias": "<name>-test",
|
|
"remote_data_directories": []
|
|
},
|
|
"pprod": {
|
|
"ssh_host_alias": "<name>-pprod",
|
|
"remote_data_directories": []
|
|
},
|
|
"prod": {
|
|
"ssh_host_alias": "<name>-prod",
|
|
"remote_data_directories": []
|
|
}
|
|
}
|
|
},
|
|
"workspace": {
|
|
"folders": [
|
|
{ "path": "../.." },
|
|
{ "path": "../../<name>" }
|
|
],
|
|
"settings": {
|
|
"smartIde.activeProjectId": "<name>"
|
|
}
|
|
}
|
|
}
|
|
}
|