Add smart_ide project configuration (4nk/smart_ide)
This commit is contained in:
parent
43684a4fa8
commit
e8c0db2200
31
projects/smart_ide/conf.json
Normal file
31
projects/smart_ide/conf.json
Normal file
@ -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"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user