fix(daytona): add missing config mappings in gateway, CLI defaults, and config display
Signed-off-by: rovle <lovre.pesut@gmail.com>
This commit is contained in:
parent
577da79a47
commit
5279540bb4
3 changed files with 8 additions and 1 deletions
1
cli.py
1
cli.py
|
|
@ -157,6 +157,7 @@ def load_cli_config() -> Dict[str, Any]:
|
|||
"docker_image": "python:3.11",
|
||||
"singularity_image": "docker://python:3.11",
|
||||
"modal_image": "python:3.11",
|
||||
"daytona_image": "nikolaik/python-nodejs:python3.11-nodejs20",
|
||||
},
|
||||
"browser": {
|
||||
"inactivity_timeout": 120, # Auto-cleanup inactive browser sessions after 2 min
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue