-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Read application config .cortexrc
from file
#1031
Comments
Question: how would this work if user has multiple Cortex versions installed?
|
We can add different section for each version, I think
|
Discord discussion for more information: https://discordapp.com/channels/1107178041848909847/1204617960615055401/1278255058466635898 |
PR: #1094 |
.cortexrc
from file
@namchuai Can I check, did we go with A or B: A: Separate Configuration files B: Universal configuration file Trivial difference but need to remember for uninstaller and other processes. I feel A is easier to track long term... |
Great question @0xSage . I think we go with B. But we don't have any confirmation yet, so please leave your objection if my assumption is wrong.
|
Ah this might be insconsistent from spec: #1115 (comment) |
@0xSage you are right. I missed that one. Let's go with A. |
FYI, since we only have cortexcpp as backend, we will only have below settings.
|
Move to QA since PR is merged. |
Support reading config from file, it would be easier for us/user to change data folder, port, etc
The text was updated successfully, but these errors were encountered: