docs: correct .env filename

This commit is contained in:
Vyacheslav Matyukhin 2022-03-25 02:54:46 +03:00
parent f056d257b2
commit 4f8a4f4f31
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -40,3 +40,5 @@ package-lock.json ## use yarn.lock instead
# Local Netlify folder
.netlify
.env

View File

@ -24,7 +24,7 @@ $ npm install
You'll need a PostgreSQL instance, either local (see https://www.postgresql.org/download/) or in the cloud (for example, you can spin one up on https://www.digitalocean.com/products/managed-databases-postgresql or https://supabase.com/).
Environment can be set up with an `.env.local` file. You'll need to configure at least `DIGITALOCEAN_POSTGRES` for the fetching to work, and `NEXT_PUBLIC_SITE_URL` for the frontend.
Environment can be set up with an `.env` file. You'll need to configure at least `DIGITALOCEAN_POSTGRES` for the fetching to work, and `NEXT_PUBLIC_SITE_URL` for the frontend.
See [./docs/configuration.md](./docs/configuration.md) for details.

View File

@ -1,4 +1,4 @@
#### You can copy this file to `.env.local` and modify accordingly.
#### You can copy this file to `.env` and modify accordingly.
#### Documentation can be found in `docs/configuration.md`.
# ALGOLIA_MASTER_API_KEY=19b6c2234e50c98d30668659a39e3127