Update README with a note about credentials

This commit is contained in:
Jorge Manrubia
2025-05-13 15:20:14 +02:00
parent b060f96c5a
commit b7b89541c6
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -16,6 +16,11 @@ And then run the development server:
You'll be able to access the app in development at http://development-tenant.fizzy.localhost:3006
## Working with AI features
To work on AI features you need the OpenAI API key stored in the development's credentials file. To decrypt the key,
you need to create a file named `development.key` in `config/credentials`. You can copy the file from One Password in
"Fizzy - development.key".
## Running tests