Skip to content

Commit

Permalink
Allowed generated forms for interjections in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
DuncanRitchie committed Jan 28, 2024
1 parent a4deca5 commit c2793cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is not used directly, but is here for illustration.
# To set environment variables in production, use the Fly command-line interface:
# flyctl secrets set NEXT_PUBLIC_SHOW_GENERATED_FORMS_FOR="Proper noun,Conjunction,Pronoun,Noun,Preposition"
# flyctl secrets set NEXT_PUBLIC_SHOW_GENERATED_FORMS_FOR="Proper noun,Conjunction,Pronoun,Noun,Preposition,Interjection"

MONGODB_URI=mongodb+srv://USERNAME:PASSWORD@cluster0-nmpwr.azure.mongodb.net/velut?retryWrites=true&w=majority
NEXT_PUBLIC_SHOW_GENERATED_FORMS_FOR="Proper noun,Conjunction,Pronoun,Noun,Preposition"
NEXT_PUBLIC_SHOW_GENERATED_FORMS_FOR="Proper noun,Conjunction,Pronoun,Noun,Preposition,Interjection"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ In production (ie, on the live website), generated forms for parts of speech tha
To set an environment variable in production, I use the Fly command-line interface:

```bash
flyctl secrets set NEXT_PUBLIC_SHOW_GENERATED_FORMS_FOR="Proper noun,Conjunction,Pronoun,Noun,Preposition"
flyctl secrets set NEXT_PUBLIC_SHOW_GENERATED_FORMS_FOR="Proper noun,Conjunction,Pronoun,Noun,Preposition,Interjection"
```

## Development cycle
Expand Down

0 comments on commit c2793cd

Please sign in to comment.