Folkwise-io / Folkwise-io/DevCollective.io

Create .env file for the ports

Open
#47 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.