-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b21cd1
commit b3e73cb
Showing
5 changed files
with
29 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
# Replace this with your TinyMCE API key from https://www.tiny.cloud/my-account/integrate/ | ||
TINYMCE_API_KEY=your-api-key | ||
|
||
# Replace this with your Uploadcare PUBLIC key from https://app.uploadcare.com/ | ||
UPLOADCARE_PUBLIC_KEY=your-public-key | ||
|
||
# Replace this with your Uploadcare SECRET key from https://app.uploadcare.com/ | ||
UPLOADCARE_SECRET_KEY=your-secret-key | ||
SESSION_SECRET=your-session-secret | ||
|
||
# Replace this with your session secret (optional for testing purposes) | ||
SESSION_SECRET=some-session-secret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters