-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] add .env.development to source control (#1469)
env development is now part of version control-- please avoid committing your local changes to this file and keep it as general as possible for newcomers no deploy required
- Loading branch information
1 parent
ef6b997
commit c03fcac
Showing
2 changed files
with
11 additions
and
1 deletion.
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,11 @@ | ||
RAILS_ENV=development | ||
DATABASE_HOST=solutions_db | ||
DATABASE_USERNAME=postgres | ||
DATABASE_PASSWORD=password | ||
DATABASE_NAME=r_solutions_development | ||
DATABASE_PORT=5432 | ||
REDIS_URL=redis://solutions_redis:6379/12 | ||
APP_HOST=localhost | ||
RECAPTCHA_SITE_KEY=foocvi0PSRc_AyhjP7jcN | ||
RECAPTCHA_SECRET_KEY=bar8saabKym-6u5KGh | ||
RACK_TIMEOUT_SERVICE_TIMEOUT=500 |
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 |
---|---|---|
|
@@ -36,6 +36,5 @@ yarn-debug.log* | |
.yarn-integrity | ||
|
||
/coverage | ||
.env.development | ||
|
||
public/sitemaps/ |