Skip to content

Commit

Permalink
[chore] add .env.development to source control (#1469)
Browse files Browse the repository at this point in the history
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
donrestarone authored Mar 17, 2023
1 parent ef6b997 commit c03fcac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .env.development
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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ yarn-debug.log*
.yarn-integrity

/coverage
.env.development

public/sitemaps/

0 comments on commit c03fcac

Please sign in to comment.