mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 03:30:06 +00:00
Co-authored-by: a7m-1st <Ahmed.jimi.awelkeir500@gmail.com> Co-authored-by: eigent-ai <camel@eigent.ai> Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com> Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
15 lines
386 B
JSON
15 lines
386 B
JSON
{
|
|
"profiles": {
|
|
"userLogin": {
|
|
"name": "profile_user_login",
|
|
"partition": "user_login",
|
|
"description": "Profile for user login browser"
|
|
},
|
|
"project": {
|
|
"nameTemplate": "profile_{port}",
|
|
"partitionTemplate": "project_{port}",
|
|
"description": "Profile for project browser instances"
|
|
}
|
|
},
|
|
"basePath": "~/.eigent/browser_profiles"
|
|
}
|