-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from FDA/origin/Sep2022
August 2022 Update
- Loading branch information
Showing
1,544 changed files
with
245,620 additions
and
6,657 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.gems/ | ||
.git/ | ||
.idea/ | ||
log/ | ||
tmp/ | ||
# exclude subfolders with given name on any level | ||
**/node_modules | ||
**/dist |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
HOST=https://localhost:3000 | ||
RAILS_LOG_TO_STDOUT=false | ||
MAX_TIME_INACTIVITY=20000000 | ||
SESSIONS_LIMIT=5 | ||
NO_FIPS=1 | ||
|
||
ADMIN_TOKEN= | ||
CHALLENGE_BOT_TOKEN= | ||
|
||
RECAPTCHA_SITE_TEST_KEY= | ||
RECAPTCHA_SECRET_TEST_KEY= | ||
|
||
BILLING_CONFIRMATION= | ||
|
||
# this is needed for delivering emails through the Salesforce | ||
SALESFORCE_USERNAME= | ||
SALESFORCE_PASSWORD= | ||
SALESFORCE_SECRET_TOKEN= | ||
SALESFORCE_HOST= | ||
SALESFORCE_FDA_EMAIL_ID= | ||
SALESFORCE_NOTIFIER_EMAIL_ID= | ||
|
||
REDIS_WORKER_URL= | ||
|
||
# Org for site admins | ||
PFDA_ADMIN_ORG= | ||
|
||
HTTPS_APPS_API_URL=https://localhost:3001 |
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
Empty file.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--require spec_helper | ||
--require rails_helper |
Oops, something went wrong.