Skip to content
#

.env

.env (dotenv) is a file, used to store configuration values as key-value pairs, similar to the ini file format. Since this file usually contains confidential information like credentials, it's commonly prevented from being tracked by version control.

Here are 28 public repositories matching this topic...

This is a Ruby on Rails app that lets people post and share their favorite Bible verses. The frontend uses HTML, CSS, and ERB syntax, while the Rails backend connects to a SQLite database. Its main features include CRUD functionality, user signup/login with Facebook, and Rspec testing.

  • Updated Mar 16, 2023
  • Ruby
Followers
9 followers

Related Topics

configuration-file environment-variables ini