Add a per application config
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 113
- Forks
- 18
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 23
Description
The tt.yaml defines options common to all applications in the environment, such as run dir, log dir .... But in some cases it is convenient to be able to define different data dir, run dir, log dir for applications in the same environment (e.g. this is used in TCF).
I suggest adding an additional configuration file to the application directory (app.yaml) which will be merged with environment configuration file tt.yaml and will be prioritized.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating how the environment configuration in tt.yaml is loaded and how application directories are identified. Define the app.yaml merge behavior, including which per-application values override tt.yaml, and verify the result for separate applications in one environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100