Skip to content
This repository was archived by the owner on Sep 5, 2022. It is now read-only.
This repository was archived by the owner on Sep 5, 2022. It is now read-only.

What should we do about config files? #25

@ZPBerg

Description

@ZPBerg

I can think of these config files that are currently used by code in our repo:

src/jetson/config.json - arguments for main.py
src/db/login.json - login information for our MySQL server and the HELPS machine (for image transfer)
scripts/params.json - hyperparameters to use when training the classifier in goggle_classifier

I know other repos would usually have default/suggested values in these kinds of files so that people who fork the repo know what information they need without having to look at the code itself. Should we do the same thing, given that this repo will be in stasis for a bit?

I'm concerned that the files would change any time someone pushes new code, which would be tedious each time we update our forks and have to re-update our config files. Also, usernames and passwords (login.json) obviously shouldn't appear in the repo ever, but it's possible that someone accidentally includes their credentials in a commit/PR, especially if they're new to Github.

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions