Folkwise-io / Folkwise-io/DevCollective.io
Create .env file for the ports
Open
- Dominant language
- TypeScript
- Stars
- 49
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
- [ ] - A new, gitignored file called`/dev-overrides.env` will allow developers to override env variables in development environment.
- [ ] - This override system should not affect test environments.
For example, if dev.env contains:
```
FOO=1
BAR=2
BAZ=3
```
And `dev-overrides.env` contains the following:
```
FOO=2
```
Then the result will be
```
FOO = 2
BAR = 2
BAZ = 3
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.