-
Notifications
You must be signed in to change notification settings - Fork 3
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
a789bdc
commit cd3f02b
Showing
5 changed files
with
53 additions
and
12 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 |
---|---|---|
|
@@ -33,10 +33,9 @@ TEST_LOG_REQUESTS=false | |
ADMIN_EMAIL=[email protected] | ||
ADMIN_PASSWORD=n1j0bs_ftw.12345 | ||
|
||
|
||
# List of regexes or url's specifying allowed origins. Example: | ||
# ACCESS_CONTROL_ALLOW_ORIGINS=["https:\\/\\/deploy-preview-\\d+--nijobs\\.netlify\\.app", "https://nijobs.netlify.app"] | ||
ACCESS_CONTROL_ALLOW_ORIGINS=["https:\\/\\/deploy-preview-\\d+--nijobs\\.netlify\\.app", "https://nijobs.netlify.app","https://localhost"] | ||
ACCESS_CONTROL_ALLOW_ORIGINS= | ||
|
||
# Mail service information. If you don't provide a MAIL_FROM, no emails will be sent. The app will execute no-ops and won't crash | ||
# However, if you want to send emails, you need to fill all of the following 2 fields | ||
|
@@ -46,7 +45,7 @@ ACCESS_CONTROL_ALLOW_ORIGINS=["https:\\/\\/deploy-preview-\\d+--nijobs\\.netlify | |
MAIL_FROM= | ||
|
||
# Password for email above | ||
MAIL_FROM_PASSWORD= | ||
MAIL_FROM_PASSWORD= | ||
|
||
# Cloudinary API URL to save images | ||
CLOUDINARY_URL= | ||
|
@@ -55,4 +54,4 @@ CLOUDINARY_URL= | |
WEBSERVER_HOST=https://localhost:8087 | ||
|
||
# Path to save file uploads, the path must be relative to the root of the project - Defaults to static | ||
UPLOAD_FOLDER= | ||
UPLOAD_FOLDER= |
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
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