-
Notifications
You must be signed in to change notification settings - Fork 352
The Big Jac Toml Project #3743
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
base: main
Are you sure you want to change the base?
The Big Jac Toml Project #3743
Conversation
for more information, see https://pre-commit.ci
|
@marsninja one of the main features I like to have is flag some of the configueratuons made mandatory to set it up.so when a new user try to run the application for first time he should be asked to set the values for those configs(example openaikey,mongodb url,api-key etc) |
|
personally I would be like to have 2 files. one for config and one for packages/libraries. If we have it in only on one file there is a high chance config file is changed by each developer by his configueration and can break the repo.Also high chance of leaking the secrets |
The configs for keys will just reference evn variable names. |
Description