Skip to content

Commit 21e3cd3

Browse files
Ostap-Zherebetskyicslzchen
authored andcommitted
Add features.override.yaml to .gitignore and update README with override instructions
1 parent 35e766b commit 21e3cd3

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ website/static/sitemaps/
122122
##############
123123

124124
api/static/vendor
125+
osf/features.override.yaml
125126

126127
# Local settings files
127128
local.py

README-docker-compose.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,11 @@
294294
```bash
295295
docker compose run --rm web python3 manage.py reset_db --noinput
296296
```
297+
- OPTIONAL: Create a `features.yaml` override
298+
```bash
299+
cp osf/features.yaml osf/features.override.yaml
300+
```
301+
Note: Update the WAFFLE_VALUES_YAML variable to point to the override file (osf/features.override.yaml).
297302

298303
## Application Debugging
299304

0 commit comments

Comments
 (0)